Shades of Hollywood Cerise #F0038F
Tints of Hollywood Cerise #F0038F
RGB
CMYK
RGB Variations
Color information
#F0038F (or 0xF0038F) is known color: Hollywood Cerise. HEX triplet: F0, 03 and 8F. RGB value is (240,3,143). Sum of RGB (Red+Green+Blue) = 240+3+143=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0038F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0038F is #0FFC70. Grayscale: #595959. Windows color (decimal): -1047665 or 9372656. OLE color: 9372656.
HSL color Cylindrical-coordinate representation of color #F0038F: hue angle of 324.56º 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 #F0038F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 143 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.06 |
| HSL | 324.56º | 0.98% | 0.48% | - |
| HSV(B) | 324.56º | 0.99% | 0.94% | - |
| XYZ | 40.93 | 20.57 | 27.8 | - |
| YUV | 89.82 | 158.02 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 143 | 0 | 0.99 | 0.40 | 0.06 | 324.56 | 0.98 | 0.48 |
| Hex | F0 | 3 | 8F | 0 | 63 | 28 | 6 | 145 | 62 | 30 |
| Octal | 360 | 3 | 217 | 0 | 143 | 50 | 6 | 505 | 142 | 60 |
| Binary | 11110000 | 11 | 10001111 | 0 | 1100011 | 101000 | 110 | 101000101 | 1100010 | 110000 |
Color Harmonies of #F0038F
Complementary color
Monochromatic Colors of #F0038F
Black with #F0038F
Text Example
Text Example
White with #F0038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0038F; }
p { color: rgb(240,3,143); }
H1.HeaderClassName
{
color: #F0038F;
}
.AnyTagClassName
{
color: #F0038F;
}
</style>
background-color css
<style>
a { background-color: #F0038F; }
a { background-color: rgb(240,3,143); }
div.DivClassName
{
background-color: #F0038F;
}
.BgClassName
{
background-color: #F0038F;
}
</style>
border-color css
<style>
span { border-color: #F0038F; }
span { border-color: rgb(240,3,143); }
td.TdClassName
{
border-color: #F0038F;
}
.TagClassName
{
border-color: #F0038F;
}
</style>