Shades of Hollywood Cerise #F209A8
Tints of Hollywood Cerise #F209A8
RGB
CMYK
RGB Variations
Color information
#F209A8 (or 0xF209A8) is known color: Hollywood Cerise. HEX triplet: F2, 09 and A8. RGB value is (242,9,168). Sum of RGB (Red+Green+Blue) = 242+9+168=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F209A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F209A8 is #0DF657. Grayscale: #606060. Windows color (decimal): -915032 or 11012594. OLE color: 11012594.
HSL color Cylindrical-coordinate representation of color #F209A8: hue angle of 319.06º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209A8 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.05 |
| HSL | 319.06º | 0.93% | 0.49% | - |
| HSV(B) | 319.06º | 0.96% | 0.95% | - |
| XYZ | 43.78 | 21.9 | 38.97 | - |
| YUV | 96.79 | 168.19 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 168 | 0 | 0.96 | 0.31 | 0.05 | 319.06 | 0.93 | 0.49 |
| Hex | F2 | 9 | A8 | 0 | 60 | 1F | 5 | 13F | 5D | 31 |
| Octal | 362 | 11 | 250 | 0 | 140 | 37 | 5 | 477 | 135 | 61 |
| Binary | 11110010 | 1001 | 10101000 | 0 | 1100000 | 11111 | 101 | 100111111 | 1011101 | 110001 |
Color Harmonies of #F209A8
Complementary color
Monochromatic Colors of #F209A8
Black with #F209A8
Text Example
Text Example
White with #F209A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209A8; }
p { color: rgb(242,9,168); }
H1.HeaderClassName
{
color: #F209A8;
}
.AnyTagClassName
{
color: #F209A8;
}
</style>
background-color css
<style>
a { background-color: #F209A8; }
a { background-color: rgb(242,9,168); }
div.DivClassName
{
background-color: #F209A8;
}
.BgClassName
{
background-color: #F209A8;
}
</style>
border-color css
<style>
span { border-color: #F209A8; }
span { border-color: rgb(242,9,168); }
td.TdClassName
{
border-color: #F209A8;
}
.TagClassName
{
border-color: #F209A8;
}
</style>