Shades of Deep Pink #F6199F
Tints of Deep Pink #F6199F
RGB
CMYK
RGB Variations
Color information
#F6199F (or 0xF6199F) is known color: Deep Pink. HEX triplet: F6, 19 and 9F. RGB value is (246,25,159). Sum of RGB (Red+Green+Blue) = 246+25+159=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F6199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6199F is #09E660. Grayscale: #6A6A6A. Windows color (decimal): -648801 or 10426870. OLE color: 10426870.
HSL color Cylindrical-coordinate representation of color #F6199F: hue angle of 323.62º 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 #F6199F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 159 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.04 |
| HSL | 323.62º | 0.92% | 0.53% | - |
| HSV(B) | 323.62º | 0.9% | 0.96% | - |
| XYZ | 44.61 | 22.79 | 34.85 | - |
| YUV | 106.36 | 157.72 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 159 | 0 | 0.90 | 0.35 | 0.04 | 323.62 | 0.92 | 0.53 |
| Hex | F6 | 19 | 9F | 0 | 5A | 23 | 4 | 144 | 5C | 35 |
| Octal | 366 | 31 | 237 | 0 | 132 | 43 | 4 | 504 | 134 | 65 |
| Binary | 11110110 | 11001 | 10011111 | 0 | 1011010 | 100011 | 100 | 101000100 | 1011100 | 110101 |
Color Harmonies of #F6199F
Complementary color
Monochromatic Colors of #F6199F
Black with #F6199F
Text Example
Text Example
White with #F6199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6199F; }
p { color: rgb(246,25,159); }
H1.HeaderClassName
{
color: #F6199F;
}
.AnyTagClassName
{
color: #F6199F;
}
</style>
background-color css
<style>
a { background-color: #F6199F; }
a { background-color: rgb(246,25,159); }
div.DivClassName
{
background-color: #F6199F;
}
.BgClassName
{
background-color: #F6199F;
}
</style>
border-color css
<style>
span { border-color: #F6199F; }
span { border-color: rgb(246,25,159); }
td.TdClassName
{
border-color: #F6199F;
}
.TagClassName
{
border-color: #F6199F;
}
</style>