Shades of Hollywood Cerise #F902B2
Tints of Hollywood Cerise #F902B2
RGB
CMYK
RGB Variations
Color information
#F902B2 (or 0xF902B2) is known color: Hollywood Cerise. HEX triplet: F9, 02 and B2. RGB value is (249,2,178). Sum of RGB (Red+Green+Blue) = 249+2+178=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F902B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902B2 is #06FD4D. Grayscale: #5F5F5F. Windows color (decimal): -458062 or 11666169. OLE color: 11666169.
HSL color Cylindrical-coordinate representation of color #F902B2: hue angle of 317.25º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902B2 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.02 |
| HSL | 317.25º | 0.98% | 0.49% | - |
| HSV(B) | 317.25º | 0.99% | 0.98% | - |
| XYZ | 47.12 | 23.4 | 44.15 | - |
| YUV | 95.92 | 174.33 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 178 | 0 | 0.99 | 0.29 | 0.02 | 317.25 | 0.98 | 0.49 |
| Hex | F9 | 2 | B2 | 0 | 63 | 1D | 2 | 13D | 62 | 31 |
| Octal | 371 | 2 | 262 | 0 | 143 | 35 | 2 | 475 | 142 | 61 |
| Binary | 11111001 | 10 | 10110010 | 0 | 1100011 | 11101 | 10 | 100111101 | 1100010 | 110001 |
Color Harmonies of #F902B2
Complementary color
Monochromatic Colors of #F902B2
Black with #F902B2
Text Example
Text Example
White with #F902B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902B2; }
p { color: rgb(249,2,178); }
H1.HeaderClassName
{
color: #F902B2;
}
.AnyTagClassName
{
color: #F902B2;
}
</style>
background-color css
<style>
a { background-color: #F902B2; }
a { background-color: rgb(249,2,178); }
div.DivClassName
{
background-color: #F902B2;
}
.BgClassName
{
background-color: #F902B2;
}
</style>
border-color css
<style>
span { border-color: #F902B2; }
span { border-color: rgb(249,2,178); }
td.TdClassName
{
border-color: #F902B2;
}
.TagClassName
{
border-color: #F902B2;
}
</style>