Shades of Hollywood Cerise #F2039B
Tints of Hollywood Cerise #F2039B
RGB
CMYK
RGB Variations
Color information
#F2039B (or 0xF2039B) is known color: Hollywood Cerise. HEX triplet: F2, 03 and 9B. RGB value is (242,3,155). Sum of RGB (Red+Green+Blue) = 242+3+155=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2039B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2039B is #0DFC64. Grayscale: #5B5B5B. Windows color (decimal): -916581 or 10159090. OLE color: 10159090.
HSL color Cylindrical-coordinate representation of color #F2039B: hue angle of 321.84º 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 #F2039B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.05 |
| HSL | 321.84º | 0.98% | 0.48% | - |
| HSV(B) | 321.84º | 0.99% | 0.95% | - |
| XYZ | 42.57 | 21.31 | 32.88 | - |
| YUV | 91.79 | 163.68 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 155 | 0 | 0.99 | 0.36 | 0.05 | 321.84 | 0.98 | 0.48 |
| Hex | F2 | 3 | 9B | 0 | 63 | 24 | 5 | 142 | 62 | 30 |
| Octal | 362 | 3 | 233 | 0 | 143 | 44 | 5 | 502 | 142 | 60 |
| Binary | 11110010 | 11 | 10011011 | 0 | 1100011 | 100100 | 101 | 101000010 | 1100010 | 110000 |
Color Harmonies of #F2039B
Complementary color
Monochromatic Colors of #F2039B
Black with #F2039B
Text Example
Text Example
White with #F2039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2039B; }
p { color: rgb(242,3,155); }
H1.HeaderClassName
{
color: #F2039B;
}
.AnyTagClassName
{
color: #F2039B;
}
</style>
background-color css
<style>
a { background-color: #F2039B; }
a { background-color: rgb(242,3,155); }
div.DivClassName
{
background-color: #F2039B;
}
.BgClassName
{
background-color: #F2039B;
}
</style>
border-color css
<style>
span { border-color: #F2039B; }
span { border-color: rgb(242,3,155); }
td.TdClassName
{
border-color: #F2039B;
}
.TagClassName
{
border-color: #F2039B;
}
</style>