Shades of Hollywood Cerise #F902AC
Tints of Hollywood Cerise #F902AC
RGB
CMYK
RGB Variations
Color information
#F902AC (or 0xF902AC) is known color: Hollywood Cerise. HEX triplet: F9, 02 and AC. RGB value is (249,2,172). Sum of RGB (Red+Green+Blue) = 249+2+172=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F902AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902AC is #06FD53. Grayscale: #5E5E5E. Windows color (decimal): -458068 or 11272953. OLE color: 11272953.
HSL color Cylindrical-coordinate representation of color #F902AC: hue angle of 318.7º 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 #F902AC is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.02 |
| HSL | 318.7º | 0.98% | 0.49% | - |
| HSV(B) | 318.7º | 0.99% | 0.98% | - |
| XYZ | 46.54 | 23.16 | 41.05 | - |
| YUV | 95.23 | 171.33 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 172 | 0 | 0.99 | 0.31 | 0.02 | 318.7 | 0.98 | 0.49 |
| Hex | F9 | 2 | AC | 0 | 63 | 1F | 2 | 13F | 62 | 31 |
| Octal | 371 | 2 | 254 | 0 | 143 | 37 | 2 | 477 | 142 | 61 |
| Binary | 11111001 | 10 | 10101100 | 0 | 1100011 | 11111 | 10 | 100111111 | 1100010 | 110001 |
Color Harmonies of #F902AC
Complementary color
Monochromatic Colors of #F902AC
Black with #F902AC
Text Example
Text Example
White with #F902AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902AC; }
p { color: rgb(249,2,172); }
H1.HeaderClassName
{
color: #F902AC;
}
.AnyTagClassName
{
color: #F902AC;
}
</style>
background-color css
<style>
a { background-color: #F902AC; }
a { background-color: rgb(249,2,172); }
div.DivClassName
{
background-color: #F902AC;
}
.BgClassName
{
background-color: #F902AC;
}
</style>
border-color css
<style>
span { border-color: #F902AC; }
span { border-color: rgb(249,2,172); }
td.TdClassName
{
border-color: #F902AC;
}
.TagClassName
{
border-color: #F902AC;
}
</style>