Shades of Hollywood Cerise #F20FAC
Tints of Hollywood Cerise #F20FAC
RGB
CMYK
RGB Variations
Color information
#F20FAC (or 0xF20FAC) is known color: Hollywood Cerise. HEX triplet: F2, 0F and AC. RGB value is (242,15,172). Sum of RGB (Red+Green+Blue) = 242+15+172=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20FAC is #0DF053. Grayscale: #646464. Windows color (decimal): -913492 or 11276274. OLE color: 11276274.
HSL color Cylindrical-coordinate representation of color #F20FAC: hue angle of 318.5º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20FAC is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.05 |
| HSL | 318.5º | 0.9% | 0.5% | - |
| HSV(B) | 318.5º | 0.94% | 0.95% | - |
| XYZ | 44.24 | 22.2 | 40.98 | - |
| YUV | 100.77 | 168.21 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 172 | 0 | 0.94 | 0.29 | 0.05 | 318.5 | 0.9 | 0.5 |
| Hex | F2 | F | AC | 0 | 5E | 1D | 5 | 13F | 5A | 32 |
| Octal | 362 | 17 | 254 | 0 | 136 | 35 | 5 | 477 | 132 | 62 |
| Binary | 11110010 | 1111 | 10101100 | 0 | 1011110 | 11101 | 101 | 100111111 | 1011010 | 110010 |
Color Harmonies of #F20FAC
Complementary color
Monochromatic Colors of #F20FAC
Black with #F20FAC
Text Example
Text Example
White with #F20FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FAC; }
p { color: rgb(242,15,172); }
H1.HeaderClassName
{
color: #F20FAC;
}
.AnyTagClassName
{
color: #F20FAC;
}
</style>
background-color css
<style>
a { background-color: #F20FAC; }
a { background-color: rgb(242,15,172); }
div.DivClassName
{
background-color: #F20FAC;
}
.BgClassName
{
background-color: #F20FAC;
}
</style>
border-color css
<style>
span { border-color: #F20FAC; }
span { border-color: rgb(242,15,172); }
td.TdClassName
{
border-color: #F20FAC;
}
.TagClassName
{
border-color: #F20FAC;
}
</style>