Shades of Hollywood Cerise #F2008B
Tints of Hollywood Cerise #F2008B
RGB
CMYK
RGB Variations
Color information
#F2008B (or 0xF2008B) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 8B. RGB value is (242,0,139). Sum of RGB (Red+Green+Blue) = 242+0+139=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F2008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2008B is #0DFF74. Grayscale: #575757. Windows color (decimal): -917365 or 9109746. OLE color: 9109746.
HSL color Cylindrical-coordinate representation of color #F2008B: hue angle of 325.54º 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 #F2008B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.43 | 0.05 |
| HSL | 325.54º | 1% | 0.47% | - |
| HSV(B) | 325.54º | 1% | 0.95% | - |
| XYZ | 41.28 | 20.74 | 26.25 | - |
| YUV | 88.2 | 156.67 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 139 | 0 | 1 | 0.43 | 0.05 | 325.54 | 1 | 0.47 |
| Hex | F2 | 0 | 8B | 0 | 64 | 2B | 5 | 146 | 64 | 2F |
| Octal | 362 | 0 | 213 | 0 | 144 | 53 | 5 | 506 | 144 | 57 |
| Binary | 11110010 | 0 | 10001011 | 0 | 1100100 | 101011 | 101 | 101000110 | 1100100 | 101111 |
Color Harmonies of #F2008B
Complementary color
Monochromatic Colors of #F2008B
Black with #F2008B
Text Example
Text Example
White with #F2008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2008B; }
p { color: rgb(242,0,139); }
H1.HeaderClassName
{
color: #F2008B;
}
.AnyTagClassName
{
color: #F2008B;
}
</style>
background-color css
<style>
a { background-color: #F2008B; }
a { background-color: rgb(242,0,139); }
div.DivClassName
{
background-color: #F2008B;
}
.BgClassName
{
background-color: #F2008B;
}
</style>
border-color css
<style>
span { border-color: #F2008B; }
span { border-color: rgb(242,0,139); }
td.TdClassName
{
border-color: #F2008B;
}
.TagClassName
{
border-color: #F2008B;
}
</style>