Shades of Hollywood Cerise #F70AAE
Tints of Hollywood Cerise #F70AAE
RGB
CMYK
RGB Variations
Color information
#F70AAE (or 0xF70AAE) is known color: Hollywood Cerise. HEX triplet: F7, 0A and AE. RGB value is (247,10,174). Sum of RGB (Red+Green+Blue) = 247+10+174=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70AAE is #08F551. Grayscale: #636363. Windows color (decimal): -587090 or 11406071. OLE color: 11406071.
HSL color Cylindrical-coordinate representation of color #F70AAE: hue angle of 318.48º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70AAE is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 174 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.03 |
| HSL | 318.48º | 0.94% | 0.5% | - |
| HSV(B) | 318.48º | 0.96% | 0.97% | - |
| XYZ | 46.11 | 23.05 | 42.06 | - |
| YUV | 99.56 | 170.02 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 174 | 0 | 0.96 | 0.30 | 0.03 | 318.48 | 0.94 | 0.5 |
| Hex | F7 | A | AE | 0 | 60 | 1E | 3 | 13E | 5E | 32 |
| Octal | 367 | 12 | 256 | 0 | 140 | 36 | 3 | 476 | 136 | 62 |
| Binary | 11110111 | 1010 | 10101110 | 0 | 1100000 | 11110 | 11 | 100111110 | 1011110 | 110010 |
Color Harmonies of #F70AAE
Complementary color
Monochromatic Colors of #F70AAE
Black with #F70AAE
Text Example
Text Example
White with #F70AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70AAE; }
p { color: rgb(247,10,174); }
H1.HeaderClassName
{
color: #F70AAE;
}
.AnyTagClassName
{
color: #F70AAE;
}
</style>
background-color css
<style>
a { background-color: #F70AAE; }
a { background-color: rgb(247,10,174); }
div.DivClassName
{
background-color: #F70AAE;
}
.BgClassName
{
background-color: #F70AAE;
}
</style>
border-color css
<style>
span { border-color: #F70AAE; }
span { border-color: rgb(247,10,174); }
td.TdClassName
{
border-color: #F70AAE;
}
.TagClassName
{
border-color: #F70AAE;
}
</style>