Shades of Hollywood Cerise #F0008B
Tints of Hollywood Cerise #F0008B
RGB
CMYK
RGB Variations
Color information
#F0008B (or 0xF0008B) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 8B. RGB value is (240,0,139). Sum of RGB (Red+Green+Blue) = 240+0+139=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F0008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0008B is #0FFF74. Grayscale: #575757. Windows color (decimal): -1048437 or 9109744. OLE color: 9109744.
HSL color Cylindrical-coordinate representation of color #F0008B: hue angle of 325.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0008B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.42 | 0.06 |
| HSL | 325.25º | 1% | 0.47% | - |
| HSV(B) | 325.25º | 1% | 0.94% | - |
| XYZ | 40.6 | 20.39 | 26.22 | - |
| YUV | 87.61 | 157.01 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 139 | 0 | 1 | 0.42 | 0.06 | 325.25 | 1 | 0.47 |
| Hex | F0 | 0 | 8B | 0 | 64 | 2A | 6 | 145 | 64 | 2F |
| Octal | 360 | 0 | 213 | 0 | 144 | 52 | 6 | 505 | 144 | 57 |
| Binary | 11110000 | 0 | 10001011 | 0 | 1100100 | 101010 | 110 | 101000101 | 1100100 | 101111 |
Color Harmonies of #F0008B
Complementary color
Monochromatic Colors of #F0008B
Black with #F0008B
Text Example
Text Example
White with #F0008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0008B; }
p { color: rgb(240,0,139); }
H1.HeaderClassName
{
color: #F0008B;
}
.AnyTagClassName
{
color: #F0008B;
}
</style>
background-color css
<style>
a { background-color: #F0008B; }
a { background-color: rgb(240,0,139); }
div.DivClassName
{
background-color: #F0008B;
}
.BgClassName
{
background-color: #F0008B;
}
</style>
border-color css
<style>
span { border-color: #F0008B; }
span { border-color: rgb(240,0,139); }
td.TdClassName
{
border-color: #F0008B;
}
.TagClassName
{
border-color: #F0008B;
}
</style>