Shades of Hollywood Cerise #F40FAA
Tints of Hollywood Cerise #F40FAA
RGB
CMYK
RGB Variations
Color information
#F40FAA (or 0xF40FAA) is known color: Hollywood Cerise. HEX triplet: F4, 0F and AA. RGB value is (244,15,170). Sum of RGB (Red+Green+Blue) = 244+15+170=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40FAA is #0BF055. Grayscale: #646464. Windows color (decimal): -782422 or 11145204. OLE color: 11145204.
HSL color Cylindrical-coordinate representation of color #F40FAA: hue angle of 319.39º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FAA is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 170 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.04 |
| HSL | 319.39º | 0.91% | 0.51% | - |
| HSV(B) | 319.39º | 0.94% | 0.96% | - |
| XYZ | 44.73 | 22.48 | 40.01 | - |
| YUV | 101.14 | 166.87 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 170 | 0 | 0.94 | 0.30 | 0.04 | 319.39 | 0.91 | 0.51 |
| Hex | F4 | F | AA | 0 | 5E | 1E | 4 | 13F | 5B | 33 |
| Octal | 364 | 17 | 252 | 0 | 136 | 36 | 4 | 477 | 133 | 63 |
| Binary | 11110100 | 1111 | 10101010 | 0 | 1011110 | 11110 | 100 | 100111111 | 1011011 | 110011 |
Color Harmonies of #F40FAA
Complementary color
Monochromatic Colors of #F40FAA
Black with #F40FAA
Text Example
Text Example
White with #F40FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FAA; }
p { color: rgb(244,15,170); }
H1.HeaderClassName
{
color: #F40FAA;
}
.AnyTagClassName
{
color: #F40FAA;
}
</style>
background-color css
<style>
a { background-color: #F40FAA; }
a { background-color: rgb(244,15,170); }
div.DivClassName
{
background-color: #F40FAA;
}
.BgClassName
{
background-color: #F40FAA;
}
</style>
border-color css
<style>
span { border-color: #F40FAA; }
span { border-color: rgb(244,15,170); }
td.TdClassName
{
border-color: #F40FAA;
}
.TagClassName
{
border-color: #F40FAA;
}
</style>