Shades of Deep Pink #F6197E
Tints of Deep Pink #F6197E
RGB
CMYK
RGB Variations
Color information
#F6197E (or 0xF6197E) is known color: Deep Pink. HEX triplet: F6, 19 and 7E. RGB value is (246,25,126). Sum of RGB (Red+Green+Blue) = 246+25+126=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F6197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6197E is #09E681. Grayscale: #666666. Windows color (decimal): -648834 or 8264182. OLE color: 8264182.
HSL color Cylindrical-coordinate representation of color #F6197E: hue angle of 332.58º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6197E is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 126 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.04 |
| HSL | 332.58º | 0.92% | 0.53% | - |
| HSV(B) | 332.58º | 0.9% | 0.96% | - |
| XYZ | 42.12 | 21.79 | 21.73 | - |
| YUV | 102.59 | 141.22 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 126 | 0 | 0.90 | 0.49 | 0.04 | 332.58 | 0.92 | 0.53 |
| Hex | F6 | 19 | 7E | 0 | 5A | 31 | 4 | 14D | 5C | 35 |
| Octal | 366 | 31 | 176 | 0 | 132 | 61 | 4 | 515 | 134 | 65 |
| Binary | 11110110 | 11001 | 1111110 | 0 | 1011010 | 110001 | 100 | 101001101 | 1011100 | 110101 |
Color Harmonies of #F6197E
Complementary color
Monochromatic Colors of #F6197E
Black with #F6197E
Text Example
Text Example
White with #F6197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6197E; }
p { color: rgb(246,25,126); }
H1.HeaderClassName
{
color: #F6197E;
}
.AnyTagClassName
{
color: #F6197E;
}
</style>
background-color css
<style>
a { background-color: #F6197E; }
a { background-color: rgb(246,25,126); }
div.DivClassName
{
background-color: #F6197E;
}
.BgClassName
{
background-color: #F6197E;
}
</style>
border-color css
<style>
span { border-color: #F6197E; }
span { border-color: rgb(246,25,126); }
td.TdClassName
{
border-color: #F6197E;
}
.TagClassName
{
border-color: #F6197E;
}
</style>