Shades of Hollywood Cerise #F0038B
Tints of Hollywood Cerise #F0038B
RGB
CMYK
RGB Variations
Color information
#F0038B (or 0xF0038B) is known color: Hollywood Cerise. HEX triplet: F0, 03 and 8B. RGB value is (240,3,139). Sum of RGB (Red+Green+Blue) = 240+3+139=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0038B is #0FFC74. Grayscale: #595959. Windows color (decimal): -1047669 or 9110512. OLE color: 9110512.
HSL color Cylindrical-coordinate representation of color #F0038B: hue angle of 325.57º 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 #F0038B is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.06 |
| HSL | 325.57º | 0.98% | 0.48% | - |
| HSV(B) | 325.57º | 0.99% | 0.94% | - |
| XYZ | 40.63 | 20.45 | 26.23 | - |
| YUV | 89.37 | 156.02 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 139 | 0 | 0.99 | 0.42 | 0.06 | 325.57 | 0.98 | 0.48 |
| Hex | F0 | 3 | 8B | 0 | 63 | 2A | 6 | 146 | 62 | 30 |
| Octal | 360 | 3 | 213 | 0 | 143 | 52 | 6 | 506 | 142 | 60 |
| Binary | 11110000 | 11 | 10001011 | 0 | 1100011 | 101010 | 110 | 101000110 | 1100010 | 110000 |
Color Harmonies of #F0038B
Complementary color
Monochromatic Colors of #F0038B
Black with #F0038B
Text Example
Text Example
White with #F0038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0038B; }
p { color: rgb(240,3,139); }
H1.HeaderClassName
{
color: #F0038B;
}
.AnyTagClassName
{
color: #F0038B;
}
</style>
background-color css
<style>
a { background-color: #F0038B; }
a { background-color: rgb(240,3,139); }
div.DivClassName
{
background-color: #F0038B;
}
.BgClassName
{
background-color: #F0038B;
}
</style>
border-color css
<style>
span { border-color: #F0038B; }
span { border-color: rgb(240,3,139); }
td.TdClassName
{
border-color: #F0038B;
}
.TagClassName
{
border-color: #F0038B;
}
</style>