Shades of Hollywood Cerise #F70294
Tints of Hollywood Cerise #F70294
RGB
CMYK
RGB Variations
Color information
#F70294 (or 0xF70294) is known color: Hollywood Cerise. HEX triplet: F7, 02 and 94. RGB value is (247,2,148). Sum of RGB (Red+Green+Blue) = 247+2+148=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F70294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70294 is #08FD6B. Grayscale: #5B5B5B. Windows color (decimal): -589164 or 9700087. OLE color: 9700087.
HSL color Cylindrical-coordinate representation of color #F70294: hue angle of 324.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70294 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.03 |
| HSL | 324.24º | 0.98% | 0.49% | - |
| HSV(B) | 324.24º | 0.99% | 0.97% | - |
| XYZ | 43.72 | 21.96 | 29.95 | - |
| YUV | 91.9 | 159.67 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 148 | 0 | 0.99 | 0.40 | 0.03 | 324.24 | 0.98 | 0.49 |
| Hex | F7 | 2 | 94 | 0 | 63 | 28 | 3 | 144 | 62 | 31 |
| Octal | 367 | 2 | 224 | 0 | 143 | 50 | 3 | 504 | 142 | 61 |
| Binary | 11110111 | 10 | 10010100 | 0 | 1100011 | 101000 | 11 | 101000100 | 1100010 | 110001 |
Color Harmonies of #F70294
Complementary color
Monochromatic Colors of #F70294
Black with #F70294
Text Example
Text Example
White with #F70294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70294; }
p { color: rgb(247,2,148); }
H1.HeaderClassName
{
color: #F70294;
}
.AnyTagClassName
{
color: #F70294;
}
</style>
background-color css
<style>
a { background-color: #F70294; }
a { background-color: rgb(247,2,148); }
div.DivClassName
{
background-color: #F70294;
}
.BgClassName
{
background-color: #F70294;
}
</style>
border-color css
<style>
span { border-color: #F70294; }
span { border-color: rgb(247,2,148); }
td.TdClassName
{
border-color: #F70294;
}
.TagClassName
{
border-color: #F70294;
}
</style>