Shades of Hollywood Cerise #F202AB
Tints of Hollywood Cerise #F202AB
RGB
CMYK
RGB Variations
Color information
#F202AB (or 0xF202AB) is known color: Hollywood Cerise. HEX triplet: F2, 02 and AB. RGB value is (242,2,171). Sum of RGB (Red+Green+Blue) = 242+2+171=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F202AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F202AB is #0DFD54. Grayscale: #5C5C5C. Windows color (decimal): -916821 or 11207410. OLE color: 11207410.
HSL color Cylindrical-coordinate representation of color #F202AB: hue angle of 317.75º 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 #F202AB is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.05 |
| HSL | 317.75º | 0.98% | 0.48% | - |
| HSV(B) | 317.75º | 0.99% | 0.95% | - |
| XYZ | 43.99 | 21.86 | 40.43 | - |
| YUV | 93.03 | 172.01 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 171 | 0 | 0.99 | 0.29 | 0.05 | 317.75 | 0.98 | 0.48 |
| Hex | F2 | 2 | AB | 0 | 63 | 1D | 5 | 13E | 62 | 30 |
| Octal | 362 | 2 | 253 | 0 | 143 | 35 | 5 | 476 | 142 | 60 |
| Binary | 11110010 | 10 | 10101011 | 0 | 1100011 | 11101 | 101 | 100111110 | 1100010 | 110000 |
Color Harmonies of #F202AB
Complementary color
Monochromatic Colors of #F202AB
Black with #F202AB
Text Example
Text Example
White with #F202AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202AB; }
p { color: rgb(242,2,171); }
H1.HeaderClassName
{
color: #F202AB;
}
.AnyTagClassName
{
color: #F202AB;
}
</style>
background-color css
<style>
a { background-color: #F202AB; }
a { background-color: rgb(242,2,171); }
div.DivClassName
{
background-color: #F202AB;
}
.BgClassName
{
background-color: #F202AB;
}
</style>
border-color css
<style>
span { border-color: #F202AB; }
span { border-color: rgb(242,2,171); }
td.TdClassName
{
border-color: #F202AB;
}
.TagClassName
{
border-color: #F202AB;
}
</style>