Shades of Hollywood Cerise #F902AB
Tints of Hollywood Cerise #F902AB
RGB
CMYK
RGB Variations
Color information
#F902AB (or 0xF902AB) is known color: Hollywood Cerise. HEX triplet: F9, 02 and AB. RGB value is (249,2,171). Sum of RGB (Red+Green+Blue) = 249+2+171=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F902AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902AB is #06FD54. Grayscale: #5E5E5E. Windows color (decimal): -458069 or 11207417. OLE color: 11207417.
HSL color Cylindrical-coordinate representation of color #F902AB: hue angle of 318.95º 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 #F902AB is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.02 |
| HSL | 318.95º | 0.98% | 0.49% | - |
| HSV(B) | 318.95º | 0.99% | 0.98% | - |
| XYZ | 46.44 | 23.12 | 40.54 | - |
| YUV | 95.12 | 170.83 | 237.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 171 | 0 | 0.99 | 0.31 | 0.02 | 318.95 | 0.98 | 0.49 |
| Hex | F9 | 2 | AB | 0 | 63 | 1F | 2 | 13F | 62 | 31 |
| Octal | 371 | 2 | 253 | 0 | 143 | 37 | 2 | 477 | 142 | 61 |
| Binary | 11111001 | 10 | 10101011 | 0 | 1100011 | 11111 | 10 | 100111111 | 1100010 | 110001 |
Color Harmonies of #F902AB
Complementary color
Monochromatic Colors of #F902AB
Black with #F902AB
Text Example
Text Example
White with #F902AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902AB; }
p { color: rgb(249,2,171); }
H1.HeaderClassName
{
color: #F902AB;
}
.AnyTagClassName
{
color: #F902AB;
}
</style>
background-color css
<style>
a { background-color: #F902AB; }
a { background-color: rgb(249,2,171); }
div.DivClassName
{
background-color: #F902AB;
}
.BgClassName
{
background-color: #F902AB;
}
</style>
border-color css
<style>
span { border-color: #F902AB; }
span { border-color: rgb(249,2,171); }
td.TdClassName
{
border-color: #F902AB;
}
.TagClassName
{
border-color: #F902AB;
}
</style>