Shades of Deep Pink #F6197B
Tints of Deep Pink #F6197B
RGB
CMYK
RGB Variations
Color information
#F6197B (or 0xF6197B) is known color: Deep Pink. HEX triplet: F6, 19 and 7B. RGB value is (246,25,123). Sum of RGB (Red+Green+Blue) = 246+25+123=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F6197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6197B is #09E684. Grayscale: #666666. Windows color (decimal): -648837 or 8067574. OLE color: 8067574.
HSL color Cylindrical-coordinate representation of color #F6197B: hue angle of 333.39º 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 #F6197B is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 123 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.04 |
| HSL | 333.39º | 0.92% | 0.53% | - |
| HSV(B) | 333.39º | 0.9% | 0.96% | - |
| XYZ | 41.93 | 21.72 | 20.72 | - |
| YUV | 102.25 | 139.72 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 123 | 0 | 0.90 | 0.50 | 0.04 | 333.39 | 0.92 | 0.53 |
| Hex | F6 | 19 | 7B | 0 | 5A | 32 | 4 | 14D | 5C | 35 |
| Octal | 366 | 31 | 173 | 0 | 132 | 62 | 4 | 515 | 134 | 65 |
| Binary | 11110110 | 11001 | 1111011 | 0 | 1011010 | 110010 | 100 | 101001101 | 1011100 | 110101 |
Color Harmonies of #F6197B
Complementary color
Monochromatic Colors of #F6197B
Black with #F6197B
Text Example
Text Example
White with #F6197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6197B; }
p { color: rgb(246,25,123); }
H1.HeaderClassName
{
color: #F6197B;
}
.AnyTagClassName
{
color: #F6197B;
}
</style>
background-color css
<style>
a { background-color: #F6197B; }
a { background-color: rgb(246,25,123); }
div.DivClassName
{
background-color: #F6197B;
}
.BgClassName
{
background-color: #F6197B;
}
</style>
border-color css
<style>
span { border-color: #F6197B; }
span { border-color: rgb(246,25,123); }
td.TdClassName
{
border-color: #F6197B;
}
.TagClassName
{
border-color: #F6197B;
}
</style>