Shades of Hollywood Cerise #F70DAC
Tints of Hollywood Cerise #F70DAC
RGB
CMYK
RGB Variations
Color information
#F70DAC (or 0xF70DAC) is known color: Hollywood Cerise. HEX triplet: F7, 0D and AC. RGB value is (247,13,172). Sum of RGB (Red+Green+Blue) = 247+13+172=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70DAC is #08F253. Grayscale: #646464. Windows color (decimal): -586324 or 11275767. OLE color: 11275767.
HSL color Cylindrical-coordinate representation of color #F70DAC: hue angle of 319.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70DAC is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 172 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.03 |
| HSL | 319.23º | 0.94% | 0.51% | - |
| HSV(B) | 319.23º | 0.95% | 0.97% | - |
| XYZ | 45.95 | 23.04 | 41.06 | - |
| YUV | 101.09 | 168.02 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 172 | 0 | 0.95 | 0.30 | 0.03 | 319.23 | 0.94 | 0.51 |
| Hex | F7 | D | AC | 0 | 5F | 1E | 3 | 13F | 5E | 33 |
| Octal | 367 | 15 | 254 | 0 | 137 | 36 | 3 | 477 | 136 | 63 |
| Binary | 11110111 | 1101 | 10101100 | 0 | 1011111 | 11110 | 11 | 100111111 | 1011110 | 110011 |
Color Harmonies of #F70DAC
Complementary color
Monochromatic Colors of #F70DAC
Black with #F70DAC
Text Example
Text Example
White with #F70DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DAC; }
p { color: rgb(247,13,172); }
H1.HeaderClassName
{
color: #F70DAC;
}
.AnyTagClassName
{
color: #F70DAC;
}
</style>
background-color css
<style>
a { background-color: #F70DAC; }
a { background-color: rgb(247,13,172); }
div.DivClassName
{
background-color: #F70DAC;
}
.BgClassName
{
background-color: #F70DAC;
}
</style>
border-color css
<style>
span { border-color: #F70DAC; }
span { border-color: rgb(247,13,172); }
td.TdClassName
{
border-color: #F70DAC;
}
.TagClassName
{
border-color: #F70DAC;
}
</style>