Shades of Deep Pink #F7197D
Tints of Deep Pink #F7197D
RGB
CMYK
RGB Variations
Color information
#F7197D (or 0xF7197D) is known color: Deep Pink. HEX triplet: F7, 19 and 7D. RGB value is (247,25,125). Sum of RGB (Red+Green+Blue) = 247+25+125=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F7197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7197D is #08E682. Grayscale: #666666. Windows color (decimal): -583299 or 8198647. OLE color: 8198647.
HSL color Cylindrical-coordinate representation of color #F7197D: hue angle of 332.97º 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 #F7197D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 125 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.03 |
| HSL | 332.97º | 0.93% | 0.53% | - |
| HSV(B) | 332.97º | 0.9% | 0.97% | - |
| XYZ | 42.41 | 21.95 | 21.4 | - |
| YUV | 102.78 | 140.55 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 125 | 0 | 0.90 | 0.49 | 0.03 | 332.97 | 0.93 | 0.53 |
| Hex | F7 | 19 | 7D | 0 | 5A | 31 | 3 | 14D | 5D | 35 |
| Octal | 367 | 31 | 175 | 0 | 132 | 61 | 3 | 515 | 135 | 65 |
| Binary | 11110111 | 11001 | 1111101 | 0 | 1011010 | 110001 | 11 | 101001101 | 1011101 | 110101 |
Color Harmonies of #F7197D
Complementary color
Monochromatic Colors of #F7197D
Black with #F7197D
Text Example
Text Example
White with #F7197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7197D; }
p { color: rgb(247,25,125); }
H1.HeaderClassName
{
color: #F7197D;
}
.AnyTagClassName
{
color: #F7197D;
}
</style>
background-color css
<style>
a { background-color: #F7197D; }
a { background-color: rgb(247,25,125); }
div.DivClassName
{
background-color: #F7197D;
}
.BgClassName
{
background-color: #F7197D;
}
</style>
border-color css
<style>
span { border-color: #F7197D; }
span { border-color: rgb(247,25,125); }
td.TdClassName
{
border-color: #F7197D;
}
.TagClassName
{
border-color: #F7197D;
}
</style>