Shades of Deep Pink #F7199D
Tints of Deep Pink #F7199D
RGB
CMYK
RGB Variations
Color information
#F7199D (or 0xF7199D) is known color: Deep Pink. HEX triplet: F7, 19 and 9D. RGB value is (247,25,157). Sum of RGB (Red+Green+Blue) = 247+25+157=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F7199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7199D is #08E662. Grayscale: #6A6A6A. Windows color (decimal): -583267 or 10295799. OLE color: 10295799.
HSL color Cylindrical-coordinate representation of color #F7199D: hue angle of 324.32º 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 #F7199D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 157 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.03 |
| HSL | 324.32º | 0.93% | 0.53% | - |
| HSV(B) | 324.32º | 0.9% | 0.97% | - |
| XYZ | 44.79 | 22.9 | 33.96 | - |
| YUV | 106.43 | 156.55 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 157 | 0 | 0.90 | 0.36 | 0.03 | 324.32 | 0.93 | 0.53 |
| Hex | F7 | 19 | 9D | 0 | 5A | 24 | 3 | 144 | 5D | 35 |
| Octal | 367 | 31 | 235 | 0 | 132 | 44 | 3 | 504 | 135 | 65 |
| Binary | 11110111 | 11001 | 10011101 | 0 | 1011010 | 100100 | 11 | 101000100 | 1011101 | 110101 |
Color Harmonies of #F7199D
Complementary color
Monochromatic Colors of #F7199D
Black with #F7199D
Text Example
Text Example
White with #F7199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7199D; }
p { color: rgb(247,25,157); }
H1.HeaderClassName
{
color: #F7199D;
}
.AnyTagClassName
{
color: #F7199D;
}
</style>
background-color css
<style>
a { background-color: #F7199D; }
a { background-color: rgb(247,25,157); }
div.DivClassName
{
background-color: #F7199D;
}
.BgClassName
{
background-color: #F7199D;
}
</style>
border-color css
<style>
span { border-color: #F7199D; }
span { border-color: rgb(247,25,157); }
td.TdClassName
{
border-color: #F7199D;
}
.TagClassName
{
border-color: #F7199D;
}
</style>