Shades of Hollywood Cerise #F007AA
Tints of Hollywood Cerise #F007AA
RGB
CMYK
RGB Variations
Color information
#F007AA (or 0xF007AA) is known color: Hollywood Cerise. HEX triplet: F0, 07 and AA. RGB value is (240,7,170). Sum of RGB (Red+Green+Blue) = 240+7+170=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F007AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F007AA is #0FF855. Grayscale: #5E5E5E. Windows color (decimal): -1046614 or 11143152. OLE color: 11143152.
HSL color Cylindrical-coordinate representation of color #F007AA: hue angle of 318.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007AA is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.06 |
| HSL | 318.03º | 0.94% | 0.48% | - |
| HSV(B) | 318.03º | 0.97% | 0.94% | - |
| XYZ | 43.27 | 21.58 | 39.92 | - |
| YUV | 95.25 | 170.19 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 170 | 0 | 0.97 | 0.29 | 0.06 | 318.03 | 0.94 | 0.48 |
| Hex | F0 | 7 | AA | 0 | 61 | 1D | 6 | 13E | 5E | 30 |
| Octal | 360 | 7 | 252 | 0 | 141 | 35 | 6 | 476 | 136 | 60 |
| Binary | 11110000 | 111 | 10101010 | 0 | 1100001 | 11101 | 110 | 100111110 | 1011110 | 110000 |
Color Harmonies of #F007AA
Complementary color
Monochromatic Colors of #F007AA
Black with #F007AA
Text Example
Text Example
White with #F007AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007AA; }
p { color: rgb(240,7,170); }
H1.HeaderClassName
{
color: #F007AA;
}
.AnyTagClassName
{
color: #F007AA;
}
</style>
background-color css
<style>
a { background-color: #F007AA; }
a { background-color: rgb(240,7,170); }
div.DivClassName
{
background-color: #F007AA;
}
.BgClassName
{
background-color: #F007AA;
}
</style>
border-color css
<style>
span { border-color: #F007AA; }
span { border-color: rgb(240,7,170); }
td.TdClassName
{
border-color: #F007AA;
}
.TagClassName
{
border-color: #F007AA;
}
</style>