Shades of Hollywood Cerise #F202AF
Tints of Hollywood Cerise #F202AF
RGB
CMYK
RGB Variations
Color information
#F202AF (or 0xF202AF) is known color: Hollywood Cerise. HEX triplet: F2, 02 and AF. RGB value is (242,2,175). Sum of RGB (Red+Green+Blue) = 242+2+175=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F202AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F202AF is #0DFD50. Grayscale: #5D5D5D. Windows color (decimal): -916817 or 11469554. OLE color: 11469554.
HSL color Cylindrical-coordinate representation of color #F202AF: hue angle of 316.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202AF is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.05 |
| HSL | 316.75º | 0.98% | 0.48% | - |
| HSV(B) | 316.75º | 0.99% | 0.95% | - |
| XYZ | 44.38 | 22.02 | 42.47 | - |
| YUV | 93.48 | 174.01 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 175 | 0 | 0.99 | 0.28 | 0.05 | 316.75 | 0.98 | 0.48 |
| Hex | F2 | 2 | AF | 0 | 63 | 1C | 5 | 13D | 62 | 30 |
| Octal | 362 | 2 | 257 | 0 | 143 | 34 | 5 | 475 | 142 | 60 |
| Binary | 11110010 | 10 | 10101111 | 0 | 1100011 | 11100 | 101 | 100111101 | 1100010 | 110000 |
Color Harmonies of #F202AF
Complementary color
Monochromatic Colors of #F202AF
Black with #F202AF
Text Example
Text Example
White with #F202AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202AF; }
p { color: rgb(242,2,175); }
H1.HeaderClassName
{
color: #F202AF;
}
.AnyTagClassName
{
color: #F202AF;
}
</style>
background-color css
<style>
a { background-color: #F202AF; }
a { background-color: rgb(242,2,175); }
div.DivClassName
{
background-color: #F202AF;
}
.BgClassName
{
background-color: #F202AF;
}
</style>
border-color css
<style>
span { border-color: #F202AF; }
span { border-color: rgb(242,2,175); }
td.TdClassName
{
border-color: #F202AF;
}
.TagClassName
{
border-color: #F202AF;
}
</style>