Shades of Deep Pink #F6199C
Tints of Deep Pink #F6199C
RGB
CMYK
RGB Variations
Color information
#F6199C (or 0xF6199C) is known color: Deep Pink. HEX triplet: F6, 19 and 9C. RGB value is (246,25,156). Sum of RGB (Red+Green+Blue) = 246+25+156=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F6199C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6199C is #09E663. Grayscale: #696969. Windows color (decimal): -648804 or 10230262. OLE color: 10230262.
HSL color Cylindrical-coordinate representation of color #F6199C: hue angle of 324.43º 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 #F6199C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 156 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.04 |
| HSL | 324.43º | 0.92% | 0.53% | - |
| HSV(B) | 324.43º | 0.9% | 0.96% | - |
| XYZ | 44.35 | 22.69 | 33.49 | - |
| YUV | 106.01 | 156.22 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 156 | 0 | 0.90 | 0.37 | 0.04 | 324.43 | 0.92 | 0.53 |
| Hex | F6 | 19 | 9C | 0 | 5A | 25 | 4 | 144 | 5C | 35 |
| Octal | 366 | 31 | 234 | 0 | 132 | 45 | 4 | 504 | 134 | 65 |
| Binary | 11110110 | 11001 | 10011100 | 0 | 1011010 | 100101 | 100 | 101000100 | 1011100 | 110101 |
Color Harmonies of #F6199C
Complementary color
Monochromatic Colors of #F6199C
Black with #F6199C
Text Example
Text Example
White with #F6199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6199C; }
p { color: rgb(246,25,156); }
H1.HeaderClassName
{
color: #F6199C;
}
.AnyTagClassName
{
color: #F6199C;
}
</style>
background-color css
<style>
a { background-color: #F6199C; }
a { background-color: rgb(246,25,156); }
div.DivClassName
{
background-color: #F6199C;
}
.BgClassName
{
background-color: #F6199C;
}
</style>
border-color css
<style>
span { border-color: #F6199C; }
span { border-color: rgb(246,25,156); }
td.TdClassName
{
border-color: #F6199C;
}
.TagClassName
{
border-color: #F6199C;
}
</style>