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
- background: #FA5B5A
- textColor: #FFFFFF
- borderRadius: 10px
- shadow: none
Button Secondary
- background: #279EBA
- textColor: #FFFFFF
- borderRadius: 6px
- shadow: none
Brand Personality
- Tone: modern
- Energy: high
- Audience: creatives and video professionals
Frequently Asked Questions
What is Videopixie's primary brand color?
Videopixie's primary brand color is #0F92B1. It anchors the visual identity across their website, product UI, and marketing materials.What accent color does Videopixie use?
Videopixie uses #FA5B5A as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.What font does Videopixie use?
Videopixie uses Open Sans for body text and Montserrat for headings. Fonts were detected on http://videopixie.com as part of their live design system.Does Videopixie use a light or dark theme?
Videopixie's primary site uses a light color scheme, with a background of #FFFFFF.Where can I find Videopixie's logo?
Videopixie's logo is available directly on their site (http://videopixie.com). The current logo URL is included in the machine-readable JSON profile linked above.
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"
}
}