Shades of Hollywood Cerise #F4018C
Tints of Hollywood Cerise #F4018C
RGB
CMYK
RGB Variations
Color information
#F4018C (or 0xF4018C) is known color: Hollywood Cerise. HEX triplet: F4, 01 and 8C. RGB value is (244,1,140). Sum of RGB (Red+Green+Blue) = 244+1+140=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4018C is #0BFE73. Grayscale: #595959. Windows color (decimal): -786036 or 9175540. OLE color: 9175540.
HSL color Cylindrical-coordinate representation of color #F4018C: hue angle of 325.68º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4018C is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.04 |
| HSL | 325.68º | 0.99% | 0.48% | - |
| HSV(B) | 325.68º | 1% | 0.96% | - |
| XYZ | 42.05 | 21.15 | 26.68 | - |
| YUV | 89.5 | 156.51 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 140 | 0 | 1.00 | 0.43 | 0.04 | 325.68 | 0.99 | 0.48 |
| Hex | F4 | 1 | 8C | 0 | 64 | 2B | 4 | 146 | 63 | 30 |
| Octal | 364 | 1 | 214 | 0 | 144 | 53 | 4 | 506 | 143 | 60 |
| Binary | 11110100 | 1 | 10001100 | 0 | 1100100 | 101011 | 100 | 101000110 | 1100011 | 110000 |
Color Harmonies of #F4018C
Complementary color
Monochromatic Colors of #F4018C
Black with #F4018C
Text Example
Text Example
White with #F4018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4018C; }
p { color: rgb(244,1,140); }
H1.HeaderClassName
{
color: #F4018C;
}
.AnyTagClassName
{
color: #F4018C;
}
</style>
background-color css
<style>
a { background-color: #F4018C; }
a { background-color: rgb(244,1,140); }
div.DivClassName
{
background-color: #F4018C;
}
.BgClassName
{
background-color: #F4018C;
}
</style>
border-color css
<style>
span { border-color: #F4018C; }
span { border-color: rgb(244,1,140); }
td.TdClassName
{
border-color: #F4018C;
}
.TagClassName
{
border-color: #F4018C;
}
</style>