Shades of Hollywood Cerise #F20CAB
Tints of Hollywood Cerise #F20CAB
RGB
CMYK
RGB Variations
Color information
#F20CAB (or 0xF20CAB) is known color: Hollywood Cerise. HEX triplet: F2, 0C and AB. RGB value is (242,12,171). Sum of RGB (Red+Green+Blue) = 242+12+171=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20CAB is #0DF354. Grayscale: #626262. Windows color (decimal): -914261 or 11209970. OLE color: 11209970.
HSL color Cylindrical-coordinate representation of color #F20CAB: hue angle of 318.52º degrees, saturation: 0.91, 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 #F20CAB is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 171 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.05 |
| HSL | 318.52º | 0.91% | 0.5% | - |
| HSV(B) | 318.52º | 0.95% | 0.95% | - |
| XYZ | 44.1 | 22.08 | 40.47 | - |
| YUV | 98.9 | 168.7 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 171 | 0 | 0.95 | 0.29 | 0.05 | 318.52 | 0.91 | 0.5 |
| Hex | F2 | C | AB | 0 | 5F | 1D | 5 | 13F | 5B | 32 |
| Octal | 362 | 14 | 253 | 0 | 137 | 35 | 5 | 477 | 133 | 62 |
| Binary | 11110010 | 1100 | 10101011 | 0 | 1011111 | 11101 | 101 | 100111111 | 1011011 | 110010 |
Color Harmonies of #F20CAB
Complementary color
Monochromatic Colors of #F20CAB
Black with #F20CAB
Text Example
Text Example
White with #F20CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CAB; }
p { color: rgb(242,12,171); }
H1.HeaderClassName
{
color: #F20CAB;
}
.AnyTagClassName
{
color: #F20CAB;
}
</style>
background-color css
<style>
a { background-color: #F20CAB; }
a { background-color: rgb(242,12,171); }
div.DivClassName
{
background-color: #F20CAB;
}
.BgClassName
{
background-color: #F20CAB;
}
</style>
border-color css
<style>
span { border-color: #F20CAB; }
span { border-color: rgb(242,12,171); }
td.TdClassName
{
border-color: #F20CAB;
}
.TagClassName
{
border-color: #F20CAB;
}
</style>