Shades of Hollywood Cerise #F002AC
Tints of Hollywood Cerise #F002AC
RGB
CMYK
RGB Variations
Color information
#F002AC (or 0xF002AC) is known color: Hollywood Cerise. HEX triplet: F0, 02 and AC. RGB value is (240,2,172). Sum of RGB (Red+Green+Blue) = 240+2+172=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F002AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002AC is #0FFD53. Grayscale: #5C5C5C. Windows color (decimal): -1047892 or 11272944. OLE color: 11272944.
HSL color Cylindrical-coordinate representation of color #F002AC: hue angle of 317.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002AC is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.06 |
| HSL | 317.14º | 0.98% | 0.47% | - |
| HSV(B) | 317.14º | 0.99% | 0.94% | - |
| XYZ | 43.4 | 21.55 | 40.9 | - |
| YUV | 92.54 | 172.85 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 172 | 0 | 0.99 | 0.28 | 0.06 | 317.14 | 0.98 | 0.47 |
| Hex | F0 | 2 | AC | 0 | 63 | 1C | 6 | 13D | 62 | 2F |
| Octal | 360 | 2 | 254 | 0 | 143 | 34 | 6 | 475 | 142 | 57 |
| Binary | 11110000 | 10 | 10101100 | 0 | 1100011 | 11100 | 110 | 100111101 | 1100010 | 101111 |
Color Harmonies of #F002AC
Complementary color
Monochromatic Colors of #F002AC
Black with #F002AC
Text Example
Text Example
White with #F002AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002AC; }
p { color: rgb(240,2,172); }
H1.HeaderClassName
{
color: #F002AC;
}
.AnyTagClassName
{
color: #F002AC;
}
</style>
background-color css
<style>
a { background-color: #F002AC; }
a { background-color: rgb(240,2,172); }
div.DivClassName
{
background-color: #F002AC;
}
.BgClassName
{
background-color: #F002AC;
}
</style>
border-color css
<style>
span { border-color: #F002AC; }
span { border-color: rgb(240,2,172); }
td.TdClassName
{
border-color: #F002AC;
}
.TagClassName
{
border-color: #F002AC;
}
</style>