Shades of Hollywood Cerise #F0038C
Tints of Hollywood Cerise #F0038C
RGB
CMYK
RGB Variations
Color information
#F0038C (or 0xF0038C) is known color: Hollywood Cerise. HEX triplet: F0, 03 and 8C. RGB value is (240,3,140). Sum of RGB (Red+Green+Blue) = 240+3+140=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0038C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0038C is #0FFC73. Grayscale: #595959. Windows color (decimal): -1047668 or 9176048. OLE color: 9176048.
HSL color Cylindrical-coordinate representation of color #F0038C: hue angle of 325.32º 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 #F0038C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.06 |
| HSL | 325.32º | 0.98% | 0.48% | - |
| HSV(B) | 325.32º | 0.99% | 0.94% | - |
| XYZ | 40.7 | 20.48 | 26.62 | - |
| YUV | 89.48 | 156.52 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 140 | 0 | 0.99 | 0.42 | 0.06 | 325.32 | 0.98 | 0.48 |
| Hex | F0 | 3 | 8C | 0 | 63 | 2A | 6 | 145 | 62 | 30 |
| Octal | 360 | 3 | 214 | 0 | 143 | 52 | 6 | 505 | 142 | 60 |
| Binary | 11110000 | 11 | 10001100 | 0 | 1100011 | 101010 | 110 | 101000101 | 1100010 | 110000 |
Color Harmonies of #F0038C
Complementary color
Monochromatic Colors of #F0038C
Black with #F0038C
Text Example
Text Example
White with #F0038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0038C; }
p { color: rgb(240,3,140); }
H1.HeaderClassName
{
color: #F0038C;
}
.AnyTagClassName
{
color: #F0038C;
}
</style>
background-color css
<style>
a { background-color: #F0038C; }
a { background-color: rgb(240,3,140); }
div.DivClassName
{
background-color: #F0038C;
}
.BgClassName
{
background-color: #F0038C;
}
</style>
border-color css
<style>
span { border-color: #F0038C; }
span { border-color: rgb(240,3,140); }
td.TdClassName
{
border-color: #F0038C;
}
.TagClassName
{
border-color: #F0038C;
}
</style>