Shades of Hollywood Cerise #F40AAF
Tints of Hollywood Cerise #F40AAF
RGB
CMYK
RGB Variations
Color information
#F40AAF (or 0xF40AAF) is known color: Hollywood Cerise. HEX triplet: F4, 0A and AF. RGB value is (244,10,175). Sum of RGB (Red+Green+Blue) = 244+10+175=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40AAF is #0BF550. Grayscale: #626262. Windows color (decimal): -783697 or 11471604. OLE color: 11471604.
HSL color Cylindrical-coordinate representation of color #F40AAF: hue angle of 317.69º 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 #F40AAF is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.04 |
| HSL | 317.69º | 0.92% | 0.5% | - |
| HSV(B) | 317.69º | 0.96% | 0.96% | - |
| XYZ | 45.15 | 22.55 | 42.53 | - |
| YUV | 98.78 | 171.02 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 175 | 0 | 0.96 | 0.28 | 0.04 | 317.69 | 0.92 | 0.5 |
| Hex | F4 | A | AF | 0 | 60 | 1C | 4 | 13E | 5C | 32 |
| Octal | 364 | 12 | 257 | 0 | 140 | 34 | 4 | 476 | 134 | 62 |
| Binary | 11110100 | 1010 | 10101111 | 0 | 1100000 | 11100 | 100 | 100111110 | 1011100 | 110010 |
Color Harmonies of #F40AAF
Complementary color
Monochromatic Colors of #F40AAF
Black with #F40AAF
Text Example
Text Example
White with #F40AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40AAF; }
p { color: rgb(244,10,175); }
H1.HeaderClassName
{
color: #F40AAF;
}
.AnyTagClassName
{
color: #F40AAF;
}
</style>
background-color css
<style>
a { background-color: #F40AAF; }
a { background-color: rgb(244,10,175); }
div.DivClassName
{
background-color: #F40AAF;
}
.BgClassName
{
background-color: #F40AAF;
}
</style>
border-color css
<style>
span { border-color: #F40AAF; }
span { border-color: rgb(244,10,175); }
td.TdClassName
{
border-color: #F40AAF;
}
.TagClassName
{
border-color: #F40AAF;
}
</style>