Shades of Hollywood Cerise #F902B0
Tints of Hollywood Cerise #F902B0
RGB
CMYK
RGB Variations
Color information
#F902B0 (or 0xF902B0) is known color: Hollywood Cerise. HEX triplet: F9, 02 and B0. RGB value is (249,2,176). Sum of RGB (Red+Green+Blue) = 249+2+176=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F902B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902B0 is #06FD4F. Grayscale: #5F5F5F. Windows color (decimal): -458064 or 11535097. OLE color: 11535097.
HSL color Cylindrical-coordinate representation of color #F902B0: hue angle of 317.73º 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 #F902B0 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.02 |
| HSL | 317.73º | 0.98% | 0.49% | - |
| HSV(B) | 317.73º | 0.99% | 0.98% | - |
| XYZ | 46.93 | 23.32 | 43.1 | - |
| YUV | 95.69 | 173.33 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 176 | 0 | 0.99 | 0.29 | 0.02 | 317.73 | 0.98 | 0.49 |
| Hex | F9 | 2 | B0 | 0 | 63 | 1D | 2 | 13E | 62 | 31 |
| Octal | 371 | 2 | 260 | 0 | 143 | 35 | 2 | 476 | 142 | 61 |
| Binary | 11111001 | 10 | 10110000 | 0 | 1100011 | 11101 | 10 | 100111110 | 1100010 | 110001 |
Color Harmonies of #F902B0
Complementary color
Monochromatic Colors of #F902B0
Black with #F902B0
Text Example
Text Example
White with #F902B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902B0; }
p { color: rgb(249,2,176); }
H1.HeaderClassName
{
color: #F902B0;
}
.AnyTagClassName
{
color: #F902B0;
}
</style>
background-color css
<style>
a { background-color: #F902B0; }
a { background-color: rgb(249,2,176); }
div.DivClassName
{
background-color: #F902B0;
}
.BgClassName
{
background-color: #F902B0;
}
</style>
border-color css
<style>
span { border-color: #F902B0; }
span { border-color: rgb(249,2,176); }
td.TdClassName
{
border-color: #F902B0;
}
.TagClassName
{
border-color: #F902B0;
}
</style>