Shades of Deep Pink #F7119C
Tints of Deep Pink #F7119C
RGB
CMYK
RGB Variations
Color information
#F7119C (or 0xF7119C) is known color: Deep Pink. HEX triplet: F7, 11 and 9C. RGB value is (247,17,156). Sum of RGB (Red+Green+Blue) = 247+17+156=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F7119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7119C is #08EE63. Grayscale: #656565. Windows color (decimal): -585316 or 10228215. OLE color: 10228215.
HSL color Cylindrical-coordinate representation of color #F7119C: hue angle of 323.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7119C is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 156 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.03 |
| HSL | 323.74º | 0.93% | 0.52% | - |
| HSV(B) | 323.74º | 0.93% | 0.97% | - |
| XYZ | 44.56 | 22.58 | 33.46 | - |
| YUV | 101.62 | 158.7 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 156 | 0 | 0.93 | 0.37 | 0.03 | 323.74 | 0.93 | 0.52 |
| Hex | F7 | 11 | 9C | 0 | 5D | 25 | 3 | 144 | 5D | 34 |
| Octal | 367 | 21 | 234 | 0 | 135 | 45 | 3 | 504 | 135 | 64 |
| Binary | 11110111 | 10001 | 10011100 | 0 | 1011101 | 100101 | 11 | 101000100 | 1011101 | 110100 |
Color Harmonies of #F7119C
Complementary color
Monochromatic Colors of #F7119C
Black with #F7119C
Text Example
Text Example
White with #F7119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7119C; }
p { color: rgb(247,17,156); }
H1.HeaderClassName
{
color: #F7119C;
}
.AnyTagClassName
{
color: #F7119C;
}
</style>
background-color css
<style>
a { background-color: #F7119C; }
a { background-color: rgb(247,17,156); }
div.DivClassName
{
background-color: #F7119C;
}
.BgClassName
{
background-color: #F7119C;
}
</style>
border-color css
<style>
span { border-color: #F7119C; }
span { border-color: rgb(247,17,156); }
td.TdClassName
{
border-color: #F7119C;
}
.TagClassName
{
border-color: #F7119C;
}
</style>