Shades of Hollywood Cerise #F20CAA
Tints of Hollywood Cerise #F20CAA
RGB
CMYK
RGB Variations
Color information
#F20CAA (or 0xF20CAA) is known color: Hollywood Cerise. HEX triplet: F2, 0C and AA. RGB value is (242,12,170). Sum of RGB (Red+Green+Blue) = 242+12+170=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20CAA is #0DF355. Grayscale: #626262. Windows color (decimal): -914262 or 11144434. OLE color: 11144434.
HSL color Cylindrical-coordinate representation of color #F20CAA: hue angle of 318.78º 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 #F20CAA is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.05 |
| HSL | 318.78º | 0.91% | 0.5% | - |
| HSV(B) | 318.78º | 0.95% | 0.95% | - |
| XYZ | 44.01 | 22.04 | 39.97 | - |
| YUV | 98.78 | 168.2 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 170 | 0 | 0.95 | 0.30 | 0.05 | 318.78 | 0.91 | 0.5 |
| Hex | F2 | C | AA | 0 | 5F | 1E | 5 | 13F | 5B | 32 |
| Octal | 362 | 14 | 252 | 0 | 137 | 36 | 5 | 477 | 133 | 62 |
| Binary | 11110010 | 1100 | 10101010 | 0 | 1011111 | 11110 | 101 | 100111111 | 1011011 | 110010 |
Color Harmonies of #F20CAA
Complementary color
Monochromatic Colors of #F20CAA
Black with #F20CAA
Text Example
Text Example
White with #F20CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CAA; }
p { color: rgb(242,12,170); }
H1.HeaderClassName
{
color: #F20CAA;
}
.AnyTagClassName
{
color: #F20CAA;
}
</style>
background-color css
<style>
a { background-color: #F20CAA; }
a { background-color: rgb(242,12,170); }
div.DivClassName
{
background-color: #F20CAA;
}
.BgClassName
{
background-color: #F20CAA;
}
</style>
border-color css
<style>
span { border-color: #F20CAA; }
span { border-color: rgb(242,12,170); }
td.TdClassName
{
border-color: #F20CAA;
}
.TagClassName
{
border-color: #F20CAA;
}
</style>