Shades of Deep Pink #F6199B
Tints of Deep Pink #F6199B
RGB
CMYK
RGB Variations
Color information
#F6199B (or 0xF6199B) is known color: Deep Pink. HEX triplet: F6, 19 and 9B. RGB value is (246,25,155). Sum of RGB (Red+Green+Blue) = 246+25+155=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F6199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6199B is #09E664. Grayscale: #696969. Windows color (decimal): -648805 or 10164726. OLE color: 10164726.
HSL color Cylindrical-coordinate representation of color #F6199B: hue angle of 324.71º 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 #F6199B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 155 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.04 |
| HSL | 324.71º | 0.92% | 0.53% | - |
| HSV(B) | 324.71º | 0.9% | 0.96% | - |
| XYZ | 44.27 | 22.65 | 33.05 | - |
| YUV | 105.9 | 155.72 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 155 | 0 | 0.90 | 0.37 | 0.04 | 324.71 | 0.92 | 0.53 |
| Hex | F6 | 19 | 9B | 0 | 5A | 25 | 4 | 145 | 5C | 35 |
| Octal | 366 | 31 | 233 | 0 | 132 | 45 | 4 | 505 | 134 | 65 |
| Binary | 11110110 | 11001 | 10011011 | 0 | 1011010 | 100101 | 100 | 101000101 | 1011100 | 110101 |
Color Harmonies of #F6199B
Complementary color
Monochromatic Colors of #F6199B
Black with #F6199B
Text Example
Text Example
White with #F6199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6199B; }
p { color: rgb(246,25,155); }
H1.HeaderClassName
{
color: #F6199B;
}
.AnyTagClassName
{
color: #F6199B;
}
</style>
background-color css
<style>
a { background-color: #F6199B; }
a { background-color: rgb(246,25,155); }
div.DivClassName
{
background-color: #F6199B;
}
.BgClassName
{
background-color: #F6199B;
}
</style>
border-color css
<style>
span { border-color: #F6199B; }
span { border-color: rgb(246,25,155); }
td.TdClassName
{
border-color: #F6199B;
}
.TagClassName
{
border-color: #F6199B;
}
</style>