Shades of Hollywood Cerise #F902AD
Tints of Hollywood Cerise #F902AD
RGB
CMYK
RGB Variations
Color information
#F902AD (or 0xF902AD) is known color: Hollywood Cerise. HEX triplet: F9, 02 and AD. RGB value is (249,2,173). Sum of RGB (Red+Green+Blue) = 249+2+173=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F902AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902AD is #06FD52. Grayscale: #5E5E5E. Windows color (decimal): -458067 or 11338489. OLE color: 11338489.
HSL color Cylindrical-coordinate representation of color #F902AD: hue angle of 318.46º 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 #F902AD is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.02 |
| HSL | 318.46º | 0.98% | 0.49% | - |
| HSV(B) | 318.46º | 0.99% | 0.98% | - |
| XYZ | 46.63 | 23.2 | 41.56 | - |
| YUV | 95.35 | 171.83 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 173 | 0 | 0.99 | 0.31 | 0.02 | 318.46 | 0.98 | 0.49 |
| Hex | F9 | 2 | AD | 0 | 63 | 1F | 2 | 13E | 62 | 31 |
| Octal | 371 | 2 | 255 | 0 | 143 | 37 | 2 | 476 | 142 | 61 |
| Binary | 11111001 | 10 | 10101101 | 0 | 1100011 | 11111 | 10 | 100111110 | 1100010 | 110001 |
Color Harmonies of #F902AD
Complementary color
Monochromatic Colors of #F902AD
Black with #F902AD
Text Example
Text Example
White with #F902AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902AD; }
p { color: rgb(249,2,173); }
H1.HeaderClassName
{
color: #F902AD;
}
.AnyTagClassName
{
color: #F902AD;
}
</style>
background-color css
<style>
a { background-color: #F902AD; }
a { background-color: rgb(249,2,173); }
div.DivClassName
{
background-color: #F902AD;
}
.BgClassName
{
background-color: #F902AD;
}
</style>
border-color css
<style>
span { border-color: #F902AD; }
span { border-color: rgb(249,2,173); }
td.TdClassName
{
border-color: #F902AD;
}
.TagClassName
{
border-color: #F902AD;
}
</style>