Shades of Hollywood Cerise #F202AA
Tints of Hollywood Cerise #F202AA
RGB
CMYK
RGB Variations
Color information
#F202AA (or 0xF202AA) is known color: Hollywood Cerise. HEX triplet: F2, 02 and AA. RGB value is (242,2,170). Sum of RGB (Red+Green+Blue) = 242+2+170=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F202AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F202AA is #0DFD55. Grayscale: #5C5C5C. Windows color (decimal): -916822 or 11141874. OLE color: 11141874.
HSL color Cylindrical-coordinate representation of color #F202AA: hue angle of 318º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202AA is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.05 |
| HSL | 318º | 0.98% | 0.48% | - |
| HSV(B) | 318º | 0.99% | 0.95% | - |
| XYZ | 43.9 | 21.82 | 39.93 | - |
| YUV | 92.91 | 171.51 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 170 | 0 | 0.99 | 0.30 | 0.05 | 318 | 0.98 | 0.48 |
| Hex | F2 | 2 | AA | 0 | 63 | 1E | 5 | 13E | 62 | 30 |
| Octal | 362 | 2 | 252 | 0 | 143 | 36 | 5 | 476 | 142 | 60 |
| Binary | 11110010 | 10 | 10101010 | 0 | 1100011 | 11110 | 101 | 100111110 | 1100010 | 110000 |
Color Harmonies of #F202AA
Complementary color
Monochromatic Colors of #F202AA
Black with #F202AA
Text Example
Text Example
White with #F202AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202AA; }
p { color: rgb(242,2,170); }
H1.HeaderClassName
{
color: #F202AA;
}
.AnyTagClassName
{
color: #F202AA;
}
</style>
background-color css
<style>
a { background-color: #F202AA; }
a { background-color: rgb(242,2,170); }
div.DivClassName
{
background-color: #F202AA;
}
.BgClassName
{
background-color: #F202AA;
}
</style>
border-color css
<style>
span { border-color: #F202AA; }
span { border-color: rgb(242,2,170); }
td.TdClassName
{
border-color: #F202AA;
}
.TagClassName
{
border-color: #F202AA;
}
</style>