Shades of Deep Pink #F7199E
Tints of Deep Pink #F7199E
RGB
CMYK
RGB Variations
Color information
#F7199E (or 0xF7199E) is known color: Deep Pink. HEX triplet: F7, 19 and 9E. RGB value is (247,25,158). Sum of RGB (Red+Green+Blue) = 247+25+158=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F7199E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7199E is #08E661. Grayscale: #6A6A6A. Windows color (decimal): -583266 or 10361335. OLE color: 10361335.
HSL color Cylindrical-coordinate representation of color #F7199E: hue angle of 324.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7199E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 158 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.03 |
| HSL | 324.05º | 0.93% | 0.53% | - |
| HSV(B) | 324.05º | 0.9% | 0.97% | - |
| XYZ | 44.88 | 22.94 | 34.41 | - |
| YUV | 106.54 | 157.05 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 158 | 0 | 0.90 | 0.36 | 0.03 | 324.05 | 0.93 | 0.53 |
| Hex | F7 | 19 | 9E | 0 | 5A | 24 | 3 | 144 | 5D | 35 |
| Octal | 367 | 31 | 236 | 0 | 132 | 44 | 3 | 504 | 135 | 65 |
| Binary | 11110111 | 11001 | 10011110 | 0 | 1011010 | 100100 | 11 | 101000100 | 1011101 | 110101 |
Color Harmonies of #F7199E
Complementary color
Monochromatic Colors of #F7199E
Black with #F7199E
Text Example
Text Example
White with #F7199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7199E; }
p { color: rgb(247,25,158); }
H1.HeaderClassName
{
color: #F7199E;
}
.AnyTagClassName
{
color: #F7199E;
}
</style>
background-color css
<style>
a { background-color: #F7199E; }
a { background-color: rgb(247,25,158); }
div.DivClassName
{
background-color: #F7199E;
}
.BgClassName
{
background-color: #F7199E;
}
</style>
border-color css
<style>
span { border-color: #F7199E; }
span { border-color: rgb(247,25,158); }
td.TdClassName
{
border-color: #F7199E;
}
.TagClassName
{
border-color: #F7199E;
}
</style>