Shades of Hollywood Cerise #F20DAB
Tints of Hollywood Cerise #F20DAB
RGB
CMYK
RGB Variations
Color information
#F20DAB (or 0xF20DAB) is known color: Hollywood Cerise. HEX triplet: F2, 0D and AB. RGB value is (242,13,171). Sum of RGB (Red+Green+Blue) = 242+13+171=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20DAB is #0DF254. Grayscale: #636363. Windows color (decimal): -914005 or 11210226. OLE color: 11210226.
HSL color Cylindrical-coordinate representation of color #F20DAB: hue angle of 318.6º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20DAB is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 171 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.05 |
| HSL | 318.6º | 0.9% | 0.5% | - |
| HSV(B) | 318.6º | 0.95% | 0.95% | - |
| XYZ | 44.11 | 22.11 | 40.47 | - |
| YUV | 99.48 | 168.37 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 171 | 0 | 0.95 | 0.29 | 0.05 | 318.6 | 0.9 | 0.5 |
| Hex | F2 | D | AB | 0 | 5F | 1D | 5 | 13F | 5A | 32 |
| Octal | 362 | 15 | 253 | 0 | 137 | 35 | 5 | 477 | 132 | 62 |
| Binary | 11110010 | 1101 | 10101011 | 0 | 1011111 | 11101 | 101 | 100111111 | 1011010 | 110010 |
Color Harmonies of #F20DAB
Complementary color
Monochromatic Colors of #F20DAB
Black with #F20DAB
Text Example
Text Example
White with #F20DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DAB; }
p { color: rgb(242,13,171); }
H1.HeaderClassName
{
color: #F20DAB;
}
.AnyTagClassName
{
color: #F20DAB;
}
</style>
background-color css
<style>
a { background-color: #F20DAB; }
a { background-color: rgb(242,13,171); }
div.DivClassName
{
background-color: #F20DAB;
}
.BgClassName
{
background-color: #F20DAB;
}
</style>
border-color css
<style>
span { border-color: #F20DAB; }
span { border-color: rgb(242,13,171); }
td.TdClassName
{
border-color: #F20DAB;
}
.TagClassName
{
border-color: #F20DAB;
}
</style>