Shades of Hollywood Cerise #F005AA
Tints of Hollywood Cerise #F005AA
RGB
CMYK
RGB Variations
Color information
#F005AA (or 0xF005AA) is known color: Hollywood Cerise. HEX triplet: F0, 05 and AA. RGB value is (240,5,170). Sum of RGB (Red+Green+Blue) = 240+5+170=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F005AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F005AA is #0FFA55. Grayscale: #5D5D5D. Windows color (decimal): -1047126 or 11142640. OLE color: 11142640.
HSL color Cylindrical-coordinate representation of color #F005AA: hue angle of 317.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005AA is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 170 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.06 |
| HSL | 317.87º | 0.96% | 0.48% | - |
| HSV(B) | 317.87º | 0.98% | 0.94% | - |
| XYZ | 43.25 | 21.54 | 39.91 | - |
| YUV | 94.08 | 170.86 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 170 | 0 | 0.98 | 0.29 | 0.06 | 317.87 | 0.96 | 0.48 |
| Hex | F0 | 5 | AA | 0 | 62 | 1D | 6 | 13E | 60 | 30 |
| Octal | 360 | 5 | 252 | 0 | 142 | 35 | 6 | 476 | 140 | 60 |
| Binary | 11110000 | 101 | 10101010 | 0 | 1100010 | 11101 | 110 | 100111110 | 1100000 | 110000 |
Color Harmonies of #F005AA
Complementary color
Monochromatic Colors of #F005AA
Black with #F005AA
Text Example
Text Example
White with #F005AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005AA; }
p { color: rgb(240,5,170); }
H1.HeaderClassName
{
color: #F005AA;
}
.AnyTagClassName
{
color: #F005AA;
}
</style>
background-color css
<style>
a { background-color: #F005AA; }
a { background-color: rgb(240,5,170); }
div.DivClassName
{
background-color: #F005AA;
}
.BgClassName
{
background-color: #F005AA;
}
</style>
border-color css
<style>
span { border-color: #F005AA; }
span { border-color: rgb(240,5,170); }
td.TdClassName
{
border-color: #F005AA;
}
.TagClassName
{
border-color: #F005AA;
}
</style>