Shades of Hollywood Cerise #F0028F
Tints of Hollywood Cerise #F0028F
RGB
CMYK
RGB Variations
Color information
#F0028F (or 0xF0028F) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 8F. RGB value is (240,2,143). Sum of RGB (Red+Green+Blue) = 240+2+143=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0028F is #0FFD70. Grayscale: #585858. Windows color (decimal): -1047921 or 9372400. OLE color: 9372400.
HSL color Cylindrical-coordinate representation of color #F0028F: hue angle of 324.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0028F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.06 |
| HSL | 324.45º | 0.98% | 0.47% | - |
| HSV(B) | 324.45º | 0.99% | 0.94% | - |
| XYZ | 40.91 | 20.55 | 27.8 | - |
| YUV | 89.24 | 158.35 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 143 | 0 | 0.99 | 0.40 | 0.06 | 324.45 | 0.98 | 0.47 |
| Hex | F0 | 2 | 8F | 0 | 63 | 28 | 6 | 144 | 62 | 2F |
| Octal | 360 | 2 | 217 | 0 | 143 | 50 | 6 | 504 | 142 | 57 |
| Binary | 11110000 | 10 | 10001111 | 0 | 1100011 | 101000 | 110 | 101000100 | 1100010 | 101111 |
Color Harmonies of #F0028F
Complementary color
Monochromatic Colors of #F0028F
Black with #F0028F
Text Example
Text Example
White with #F0028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0028F; }
p { color: rgb(240,2,143); }
H1.HeaderClassName
{
color: #F0028F;
}
.AnyTagClassName
{
color: #F0028F;
}
</style>
background-color css
<style>
a { background-color: #F0028F; }
a { background-color: rgb(240,2,143); }
div.DivClassName
{
background-color: #F0028F;
}
.BgClassName
{
background-color: #F0028F;
}
</style>
border-color css
<style>
span { border-color: #F0028F; }
span { border-color: rgb(240,2,143); }
td.TdClassName
{
border-color: #F0028F;
}
.TagClassName
{
border-color: #F0028F;
}
</style>