Shades of Hollywood Cerise #F40CAA
Tints of Hollywood Cerise #F40CAA
RGB
CMYK
RGB Variations
Color information
#F40CAA (or 0xF40CAA) is known color: Hollywood Cerise. HEX triplet: F4, 0C and AA. RGB value is (244,12,170). Sum of RGB (Red+Green+Blue) = 244+12+170=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40CAA is #0BF355. Grayscale: #626262. Windows color (decimal): -783190 or 11144436. OLE color: 11144436.
HSL color Cylindrical-coordinate representation of color #F40CAA: hue angle of 319.14º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CAA is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.04 |
| HSL | 319.14º | 0.91% | 0.5% | - |
| HSV(B) | 319.14º | 0.95% | 0.96% | - |
| XYZ | 44.7 | 22.4 | 40 | - |
| YUV | 99.38 | 167.86 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 170 | 0 | 0.95 | 0.30 | 0.04 | 319.14 | 0.91 | 0.5 |
| Hex | F4 | C | AA | 0 | 5F | 1E | 4 | 13F | 5B | 32 |
| Octal | 364 | 14 | 252 | 0 | 137 | 36 | 4 | 477 | 133 | 62 |
| Binary | 11110100 | 1100 | 10101010 | 0 | 1011111 | 11110 | 100 | 100111111 | 1011011 | 110010 |
Color Harmonies of #F40CAA
Complementary color
Monochromatic Colors of #F40CAA
Black with #F40CAA
Text Example
Text Example
White with #F40CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CAA; }
p { color: rgb(244,12,170); }
H1.HeaderClassName
{
color: #F40CAA;
}
.AnyTagClassName
{
color: #F40CAA;
}
</style>
background-color css
<style>
a { background-color: #F40CAA; }
a { background-color: rgb(244,12,170); }
div.DivClassName
{
background-color: #F40CAA;
}
.BgClassName
{
background-color: #F40CAA;
}
</style>
border-color css
<style>
span { border-color: #F40CAA; }
span { border-color: rgb(244,12,170); }
td.TdClassName
{
border-color: #F40CAA;
}
.TagClassName
{
border-color: #F40CAA;
}
</style>