Shades of Deep Pink #F7197E
Tints of Deep Pink #F7197E
RGB
CMYK
RGB Variations
Color information
#F7197E (or 0xF7197E) is known color: Deep Pink. HEX triplet: F7, 19 and 7E. RGB value is (247,25,126). Sum of RGB (Red+Green+Blue) = 247+25+126=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F7197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7197E is #08E681. Grayscale: #666666. Windows color (decimal): -583298 or 8264183. OLE color: 8264183.
HSL color Cylindrical-coordinate representation of color #F7197E: hue angle of 332.7º 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 #F7197E is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 126 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.03 |
| HSL | 332.7º | 0.93% | 0.53% | - |
| HSV(B) | 332.7º | 0.9% | 0.97% | - |
| XYZ | 42.47 | 21.98 | 21.74 | - |
| YUV | 102.89 | 141.05 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 126 | 0 | 0.90 | 0.49 | 0.03 | 332.7 | 0.93 | 0.53 |
| Hex | F7 | 19 | 7E | 0 | 5A | 31 | 3 | 14D | 5D | 35 |
| Octal | 367 | 31 | 176 | 0 | 132 | 61 | 3 | 515 | 135 | 65 |
| Binary | 11110111 | 11001 | 1111110 | 0 | 1011010 | 110001 | 11 | 101001101 | 1011101 | 110101 |
Color Harmonies of #F7197E
Complementary color
Monochromatic Colors of #F7197E
Black with #F7197E
Text Example
Text Example
White with #F7197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7197E; }
p { color: rgb(247,25,126); }
H1.HeaderClassName
{
color: #F7197E;
}
.AnyTagClassName
{
color: #F7197E;
}
</style>
background-color css
<style>
a { background-color: #F7197E; }
a { background-color: rgb(247,25,126); }
div.DivClassName
{
background-color: #F7197E;
}
.BgClassName
{
background-color: #F7197E;
}
</style>
border-color css
<style>
span { border-color: #F7197E; }
span { border-color: rgb(247,25,126); }
td.TdClassName
{
border-color: #F7197E;
}
.TagClassName
{
border-color: #F7197E;
}
</style>