Shades of Hollywood Cerise #F40AB0
Tints of Hollywood Cerise #F40AB0
RGB
CMYK
RGB Variations
Color information
#F40AB0 (or 0xF40AB0) is known color: Hollywood Cerise. HEX triplet: F4, 0A and B0. RGB value is (244,10,176). Sum of RGB (Red+Green+Blue) = 244+10+176=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40AB0 is #0BF54F. Grayscale: #626262. Windows color (decimal): -783696 or 11537140. OLE color: 11537140.
HSL color Cylindrical-coordinate representation of color #F40AB0: hue angle of 317.44º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.04 |
| HSL | 317.44º | 0.92% | 0.5% | - |
| HSV(B) | 317.44º | 0.96% | 0.96% | - |
| XYZ | 45.25 | 22.58 | 43.05 | - |
| YUV | 98.89 | 171.52 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 176 | 0 | 0.96 | 0.28 | 0.04 | 317.44 | 0.92 | 0.5 |
| Hex | F4 | A | B0 | 0 | 60 | 1C | 4 | 13D | 5C | 32 |
| Octal | 364 | 12 | 260 | 0 | 140 | 34 | 4 | 475 | 134 | 62 |
| Binary | 11110100 | 1010 | 10110000 | 0 | 1100000 | 11100 | 100 | 100111101 | 1011100 | 110010 |
Color Harmonies of #F40AB0
Complementary color
Monochromatic Colors of #F40AB0
Black with #F40AB0
Text Example
Text Example
White with #F40AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40AB0; }
p { color: rgb(244,10,176); }
H1.HeaderClassName
{
color: #F40AB0;
}
.AnyTagClassName
{
color: #F40AB0;
}
</style>
background-color css
<style>
a { background-color: #F40AB0; }
a { background-color: rgb(244,10,176); }
div.DivClassName
{
background-color: #F40AB0;
}
.BgClassName
{
background-color: #F40AB0;
}
</style>
border-color css
<style>
span { border-color: #F40AB0; }
span { border-color: rgb(244,10,176); }
td.TdClassName
{
border-color: #F40AB0;
}
.TagClassName
{
border-color: #F40AB0;
}
</style>