Shades of Hollywood Cerise #F0129D
Tints of Hollywood Cerise #F0129D
RGB
CMYK
RGB Variations
Color information
#F0129D (or 0xF0129D) is known color: Hollywood Cerise. HEX triplet: F0, 12 and 9D. RGB value is (240,18,157). Sum of RGB (Red+Green+Blue) = 240+18+157=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0129D is #0FED62. Grayscale: #636363. Windows color (decimal): -1043811 or 10294000. OLE color: 10294000.
HSL color Cylindrical-coordinate representation of color #F0129D: hue angle of 322.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0129D is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 157 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.06 |
| HSL | 322.43º | 0.88% | 0.51% | - |
| HSV(B) | 322.43º | 0.93% | 0.94% | - |
| XYZ | 42.24 | 21.39 | 33.8 | - |
| YUV | 100.22 | 160.05 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 157 | 0 | 0.92 | 0.35 | 0.06 | 322.43 | 0.88 | 0.51 |
| Hex | F0 | 12 | 9D | 0 | 5C | 23 | 6 | 142 | 58 | 33 |
| Octal | 360 | 22 | 235 | 0 | 134 | 43 | 6 | 502 | 130 | 63 |
| Binary | 11110000 | 10010 | 10011101 | 0 | 1011100 | 100011 | 110 | 101000010 | 1011000 | 110011 |
Color Harmonies of #F0129D
Complementary color
Monochromatic Colors of #F0129D
Black with #F0129D
Text Example
Text Example
White with #F0129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0129D; }
p { color: rgb(240,18,157); }
H1.HeaderClassName
{
color: #F0129D;
}
.AnyTagClassName
{
color: #F0129D;
}
</style>
background-color css
<style>
a { background-color: #F0129D; }
a { background-color: rgb(240,18,157); }
div.DivClassName
{
background-color: #F0129D;
}
.BgClassName
{
background-color: #F0129D;
}
</style>
border-color css
<style>
span { border-color: #F0129D; }
span { border-color: rgb(240,18,157); }
td.TdClassName
{
border-color: #F0129D;
}
.TagClassName
{
border-color: #F0129D;
}
</style>