Shades of Hollywood Cerise #F70AAF
Tints of Hollywood Cerise #F70AAF
RGB
CMYK
RGB Variations
Color information
#F70AAF (or 0xF70AAF) is known color: Hollywood Cerise. HEX triplet: F7, 0A and AF. RGB value is (247,10,175). Sum of RGB (Red+Green+Blue) = 247+10+175=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70AAF is #08F550. Grayscale: #636363. Windows color (decimal): -587089 or 11471607. OLE color: 11471607.
HSL color Cylindrical-coordinate representation of color #F70AAF: hue angle of 318.23º 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 #F70AAF is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.03 |
| HSL | 318.23º | 0.94% | 0.5% | - |
| HSV(B) | 318.23º | 0.96% | 0.97% | - |
| XYZ | 46.2 | 23.09 | 42.58 | - |
| YUV | 99.67 | 170.52 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 175 | 0 | 0.96 | 0.29 | 0.03 | 318.23 | 0.94 | 0.5 |
| Hex | F7 | A | AF | 0 | 60 | 1D | 3 | 13E | 5E | 32 |
| Octal | 367 | 12 | 257 | 0 | 140 | 35 | 3 | 476 | 136 | 62 |
| Binary | 11110111 | 1010 | 10101111 | 0 | 1100000 | 11101 | 11 | 100111110 | 1011110 | 110010 |
Color Harmonies of #F70AAF
Complementary color
Monochromatic Colors of #F70AAF
Black with #F70AAF
Text Example
Text Example
White with #F70AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70AAF; }
p { color: rgb(247,10,175); }
H1.HeaderClassName
{
color: #F70AAF;
}
.AnyTagClassName
{
color: #F70AAF;
}
</style>
background-color css
<style>
a { background-color: #F70AAF; }
a { background-color: rgb(247,10,175); }
div.DivClassName
{
background-color: #F70AAF;
}
.BgClassName
{
background-color: #F70AAF;
}
</style>
border-color css
<style>
span { border-color: #F70AAF; }
span { border-color: rgb(247,10,175); }
td.TdClassName
{
border-color: #F70AAF;
}
.TagClassName
{
border-color: #F70AAF;
}
</style>