Shades of Hollywood Cerise #F7019E
Tints of Hollywood Cerise #F7019E
RGB
CMYK
RGB Variations
Color information
#F7019E (or 0xF7019E) is known color: Hollywood Cerise. HEX triplet: F7, 01 and 9E. RGB value is (247,1,158). Sum of RGB (Red+Green+Blue) = 247+1+158=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7019E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7019E is #08FE61. Grayscale: #5C5C5C. Windows color (decimal): -589410 or 10355191. OLE color: 10355191.
HSL color Cylindrical-coordinate representation of color #F7019E: hue angle of 321.71º 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 #F7019E is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.03 |
| HSL | 321.71º | 0.99% | 0.49% | - |
| HSV(B) | 321.71º | 1% | 0.97% | - |
| XYZ | 44.54 | 22.26 | 34.3 | - |
| YUV | 92.45 | 165 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 158 | 0 | 1.00 | 0.36 | 0.03 | 321.71 | 0.99 | 0.49 |
| Hex | F7 | 1 | 9E | 0 | 64 | 24 | 3 | 142 | 63 | 31 |
| Octal | 367 | 1 | 236 | 0 | 144 | 44 | 3 | 502 | 143 | 61 |
| Binary | 11110111 | 1 | 10011110 | 0 | 1100100 | 100100 | 11 | 101000010 | 1100011 | 110001 |
Color Harmonies of #F7019E
Complementary color
Monochromatic Colors of #F7019E
Black with #F7019E
Text Example
Text Example
White with #F7019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7019E; }
p { color: rgb(247,1,158); }
H1.HeaderClassName
{
color: #F7019E;
}
.AnyTagClassName
{
color: #F7019E;
}
</style>
background-color css
<style>
a { background-color: #F7019E; }
a { background-color: rgb(247,1,158); }
div.DivClassName
{
background-color: #F7019E;
}
.BgClassName
{
background-color: #F7019E;
}
</style>
border-color css
<style>
span { border-color: #F7019E; }
span { border-color: rgb(247,1,158); }
td.TdClassName
{
border-color: #F7019E;
}
.TagClassName
{
border-color: #F7019E;
}
</style>