Shades of Hollywood Cerise #F0038E
Tints of Hollywood Cerise #F0038E
RGB
CMYK
RGB Variations
Color information
#F0038E (or 0xF0038E) is known color: Hollywood Cerise. HEX triplet: F0, 03 and 8E. RGB value is (240,3,142). Sum of RGB (Red+Green+Blue) = 240+3+142=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0038E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0038E is #0FFC71. Grayscale: #595959. Windows color (decimal): -1047666 or 9307120. OLE color: 9307120.
HSL color Cylindrical-coordinate representation of color #F0038E: hue angle of 324.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0038E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.06 |
| HSL | 324.81º | 0.98% | 0.48% | - |
| HSV(B) | 324.81º | 0.99% | 0.94% | - |
| XYZ | 40.85 | 20.54 | 27.4 | - |
| YUV | 89.71 | 157.52 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 142 | 0 | 0.99 | 0.41 | 0.06 | 324.81 | 0.98 | 0.48 |
| Hex | F0 | 3 | 8E | 0 | 63 | 29 | 6 | 145 | 62 | 30 |
| Octal | 360 | 3 | 216 | 0 | 143 | 51 | 6 | 505 | 142 | 60 |
| Binary | 11110000 | 11 | 10001110 | 0 | 1100011 | 101001 | 110 | 101000101 | 1100010 | 110000 |
Color Harmonies of #F0038E
Complementary color
Monochromatic Colors of #F0038E
Black with #F0038E
Text Example
Text Example
White with #F0038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0038E; }
p { color: rgb(240,3,142); }
H1.HeaderClassName
{
color: #F0038E;
}
.AnyTagClassName
{
color: #F0038E;
}
</style>
background-color css
<style>
a { background-color: #F0038E; }
a { background-color: rgb(240,3,142); }
div.DivClassName
{
background-color: #F0038E;
}
.BgClassName
{
background-color: #F0038E;
}
</style>
border-color css
<style>
span { border-color: #F0038E; }
span { border-color: rgb(240,3,142); }
td.TdClassName
{
border-color: #F0038E;
}
.TagClassName
{
border-color: #F0038E;
}
</style>