Shades of Hollywood Cerise #F70199
Tints of Hollywood Cerise #F70199
RGB
CMYK
RGB Variations
Color information
#F70199 (or 0xF70199) is known color: Hollywood Cerise. HEX triplet: F7, 01 and 99. RGB value is (247,1,153). Sum of RGB (Red+Green+Blue) = 247+1+153=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F70199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70199 is #08FE66. Grayscale: #5B5B5B. Windows color (decimal): -589415 or 10027511. OLE color: 10027511.
HSL color Cylindrical-coordinate representation of color #F70199: hue angle of 322.93º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70199 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 153 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.03 |
| HSL | 322.93º | 0.99% | 0.49% | - |
| HSV(B) | 322.93º | 1% | 0.97% | - |
| XYZ | 44.12 | 22.1 | 32.08 | - |
| YUV | 91.88 | 162.5 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 153 | 0 | 1.00 | 0.38 | 0.03 | 322.93 | 0.99 | 0.49 |
| Hex | F7 | 1 | 99 | 0 | 64 | 26 | 3 | 143 | 63 | 31 |
| Octal | 367 | 1 | 231 | 0 | 144 | 46 | 3 | 503 | 143 | 61 |
| Binary | 11110111 | 1 | 10011001 | 0 | 1100100 | 100110 | 11 | 101000011 | 1100011 | 110001 |
Color Harmonies of #F70199
Complementary color
Monochromatic Colors of #F70199
Black with #F70199
Text Example
Text Example
White with #F70199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70199; }
p { color: rgb(247,1,153); }
H1.HeaderClassName
{
color: #F70199;
}
.AnyTagClassName
{
color: #F70199;
}
</style>
background-color css
<style>
a { background-color: #F70199; }
a { background-color: rgb(247,1,153); }
div.DivClassName
{
background-color: #F70199;
}
.BgClassName
{
background-color: #F70199;
}
</style>
border-color css
<style>
span { border-color: #F70199; }
span { border-color: rgb(247,1,153); }
td.TdClassName
{
border-color: #F70199;
}
.TagClassName
{
border-color: #F70199;
}
</style>