Shades of Hollywood Cerise #F70FA6
Tints of Hollywood Cerise #F70FA6
RGB
CMYK
RGB Variations
Color information
#F70FA6 (or 0xF70FA6) is known color: Hollywood Cerise. HEX triplet: F7, 0F and A6. RGB value is (247,15,166). Sum of RGB (Red+Green+Blue) = 247+15+166=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70FA6 is #08F059. Grayscale: #656565. Windows color (decimal): -585818 or 10883063. OLE color: 10883063.
HSL color Cylindrical-coordinate representation of color #F70FA6: hue angle of 320.95º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70FA6 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 166 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.03 |
| HSL | 320.95º | 0.94% | 0.51% | - |
| HSV(B) | 320.95º | 0.94% | 0.97% | - |
| XYZ | 45.41 | 22.87 | 38.1 | - |
| YUV | 101.58 | 164.36 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 166 | 0 | 0.94 | 0.33 | 0.03 | 320.95 | 0.94 | 0.51 |
| Hex | F7 | F | A6 | 0 | 5E | 21 | 3 | 141 | 5E | 33 |
| Octal | 367 | 17 | 246 | 0 | 136 | 41 | 3 | 501 | 136 | 63 |
| Binary | 11110111 | 1111 | 10100110 | 0 | 1011110 | 100001 | 11 | 101000001 | 1011110 | 110011 |
Color Harmonies of #F70FA6
Complementary color
Monochromatic Colors of #F70FA6
Black with #F70FA6
Text Example
Text Example
White with #F70FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FA6; }
p { color: rgb(247,15,166); }
H1.HeaderClassName
{
color: #F70FA6;
}
.AnyTagClassName
{
color: #F70FA6;
}
</style>
background-color css
<style>
a { background-color: #F70FA6; }
a { background-color: rgb(247,15,166); }
div.DivClassName
{
background-color: #F70FA6;
}
.BgClassName
{
background-color: #F70FA6;
}
</style>
border-color css
<style>
span { border-color: #F70FA6; }
span { border-color: rgb(247,15,166); }
td.TdClassName
{
border-color: #F70FA6;
}
.TagClassName
{
border-color: #F70FA6;
}
</style>