Shades of Hollywood Cerise #F2008F
Tints of Hollywood Cerise #F2008F
RGB
CMYK
RGB Variations
Color information
#F2008F (or 0xF2008F) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 8F. RGB value is (242,0,143). Sum of RGB (Red+Green+Blue) = 242+0+143=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2008F is #0DFF70. Grayscale: #585858. Windows color (decimal): -917361 or 9371890. OLE color: 9371890.
HSL color Cylindrical-coordinate representation of color #F2008F: hue angle of 324.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2008F is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.41 | 0.05 |
| HSL | 324.55º | 1% | 0.47% | - |
| HSV(B) | 324.55º | 1% | 0.95% | - |
| XYZ | 41.58 | 20.86 | 27.82 | - |
| YUV | 88.66 | 158.67 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 143 | 0 | 1 | 0.41 | 0.05 | 324.55 | 1 | 0.47 |
| Hex | F2 | 0 | 8F | 0 | 64 | 29 | 5 | 145 | 64 | 2F |
| Octal | 362 | 0 | 217 | 0 | 144 | 51 | 5 | 505 | 144 | 57 |
| Binary | 11110010 | 0 | 10001111 | 0 | 1100100 | 101001 | 101 | 101000101 | 1100100 | 101111 |
Color Harmonies of #F2008F
Complementary color
Monochromatic Colors of #F2008F
Black with #F2008F
Text Example
Text Example
White with #F2008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2008F; }
p { color: rgb(242,0,143); }
H1.HeaderClassName
{
color: #F2008F;
}
.AnyTagClassName
{
color: #F2008F;
}
</style>
background-color css
<style>
a { background-color: #F2008F; }
a { background-color: rgb(242,0,143); }
div.DivClassName
{
background-color: #F2008F;
}
.BgClassName
{
background-color: #F2008F;
}
</style>
border-color css
<style>
span { border-color: #F2008F; }
span { border-color: rgb(242,0,143); }
td.TdClassName
{
border-color: #F2008F;
}
.TagClassName
{
border-color: #F2008F;
}
</style>