Shades of Hollywood Cerise #F20CAF
Tints of Hollywood Cerise #F20CAF
RGB
CMYK
RGB Variations
Color information
#F20CAF (or 0xF20CAF) is known color: Hollywood Cerise. HEX triplet: F2, 0C and AF. RGB value is (242,12,175). Sum of RGB (Red+Green+Blue) = 242+12+175=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20CAF is #0DF350. Grayscale: #626262. Windows color (decimal): -914257 or 11472114. OLE color: 11472114.
HSL color Cylindrical-coordinate representation of color #F20CAF: hue angle of 317.48º 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 #F20CAF is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 175 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.05 |
| HSL | 317.48º | 0.91% | 0.5% | - |
| HSV(B) | 317.48º | 0.95% | 0.95% | - |
| XYZ | 44.49 | 22.24 | 42.5 | - |
| YUV | 99.35 | 170.7 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 175 | 0 | 0.95 | 0.28 | 0.05 | 317.48 | 0.91 | 0.5 |
| Hex | F2 | C | AF | 0 | 5F | 1C | 5 | 13D | 5B | 32 |
| Octal | 362 | 14 | 257 | 0 | 137 | 34 | 5 | 475 | 133 | 62 |
| Binary | 11110010 | 1100 | 10101111 | 0 | 1011111 | 11100 | 101 | 100111101 | 1011011 | 110010 |
Color Harmonies of #F20CAF
Complementary color
Monochromatic Colors of #F20CAF
Black with #F20CAF
Text Example
Text Example
White with #F20CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CAF; }
p { color: rgb(242,12,175); }
H1.HeaderClassName
{
color: #F20CAF;
}
.AnyTagClassName
{
color: #F20CAF;
}
</style>
background-color css
<style>
a { background-color: #F20CAF; }
a { background-color: rgb(242,12,175); }
div.DivClassName
{
background-color: #F20CAF;
}
.BgClassName
{
background-color: #F20CAF;
}
</style>
border-color css
<style>
span { border-color: #F20CAF; }
span { border-color: rgb(242,12,175); }
td.TdClassName
{
border-color: #F20CAF;
}
.TagClassName
{
border-color: #F20CAF;
}
</style>