Shades of Hollywood Cerise #F202B0
Tints of Hollywood Cerise #F202B0
RGB
CMYK
RGB Variations
Color information
#F202B0 (or 0xF202B0) is known color: Hollywood Cerise. HEX triplet: F2, 02 and B0. RGB value is (242,2,176). Sum of RGB (Red+Green+Blue) = 242+2+176=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F202B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F202B0 is #0DFD4F. Grayscale: #5D5D5D. Windows color (decimal): -916816 or 11535090. OLE color: 11535090.
HSL color Cylindrical-coordinate representation of color #F202B0: hue angle of 316.5º 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 #F202B0 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.05 |
| HSL | 316.5º | 0.98% | 0.48% | - |
| HSV(B) | 316.5º | 0.99% | 0.95% | - |
| XYZ | 44.48 | 22.06 | 42.99 | - |
| YUV | 93.6 | 174.51 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 176 | 0 | 0.99 | 0.27 | 0.05 | 316.5 | 0.98 | 0.48 |
| Hex | F2 | 2 | B0 | 0 | 63 | 1B | 5 | 13C | 62 | 30 |
| Octal | 362 | 2 | 260 | 0 | 143 | 33 | 5 | 474 | 142 | 60 |
| Binary | 11110010 | 10 | 10110000 | 0 | 1100011 | 11011 | 101 | 100111100 | 1100010 | 110000 |
Color Harmonies of #F202B0
Complementary color
Monochromatic Colors of #F202B0
Black with #F202B0
Text Example
Text Example
White with #F202B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202B0; }
p { color: rgb(242,2,176); }
H1.HeaderClassName
{
color: #F202B0;
}
.AnyTagClassName
{
color: #F202B0;
}
</style>
background-color css
<style>
a { background-color: #F202B0; }
a { background-color: rgb(242,2,176); }
div.DivClassName
{
background-color: #F202B0;
}
.BgClassName
{
background-color: #F202B0;
}
</style>
border-color css
<style>
span { border-color: #F202B0; }
span { border-color: rgb(242,2,176); }
td.TdClassName
{
border-color: #F202B0;
}
.TagClassName
{
border-color: #F202B0;
}
</style>