Videopixie Brand: Colors, Fonts, Logo & Visual Identity

Videopixie Brand Identity

A complete profile of Videopixie's visual system — colors, typography, components, and personality — extracted from http://videopixie.com. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from http://videopixie.com.

Color Hex Code RGB
primary #0F92B1 rgb(15, 146, 177)
accent #FA5B5A rgb(250, 91, 90)
background #FFFFFF rgb(255, 255, 255)
textPrimary #F16969 rgb(241, 105, 105)
link #F16969 rgb(241, 105, 105)

Typography

Each font links to its Google Fonts page where available.

Role Font Family Link
primary Open Sans Google Fonts →
heading Montserrat Google Fonts →

Visual Assets

Logo

Favicon

Social Card

UI Components

Live previews rendered using Videopixie's actual button styles.

Button Primary

Button Secondary

Brand Personality

Frequently Asked Questions

Methodology

Brand data on this page was extracted from http://videopixie.com on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0F92B1",
    "accent": "#FA5B5A",
    "background": "#FFFFFF",
    "textPrimary": "#F16969",
    "link": "#F16969"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "44px",
      "h2": "29px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FA5B5A",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#279EBA",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://videopixie.com/st/images/logo_text_and_pixie.png",
    "favicon": "https://videopixie.com/st/fav/apple-touch-icon-57x57.png",
    "ogImage": "https://s3.amazonaws.com/our.s3.videopixie.com/og_tags/og_fb_home.jpg",
    "logoHref": "/",
    "logoAlt": "Videopixie"
  }
}