Shades of Deep Pink #F6198F
Tints of Deep Pink #F6198F
RGB
CMYK
RGB Variations
Color information
#F6198F (or 0xF6198F) is known color: Deep Pink. HEX triplet: F6, 19 and 8F. RGB value is (246,25,143). Sum of RGB (Red+Green+Blue) = 246+25+143=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F6198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6198F is #09E670. Grayscale: #686868. Windows color (decimal): -648817 or 9378294. OLE color: 9378294.
HSL color Cylindrical-coordinate representation of color #F6198F: hue angle of 327.96º 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 #F6198F is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 143 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.04 |
| HSL | 327.96º | 0.92% | 0.53% | - |
| HSV(B) | 327.96º | 0.9% | 0.96% | - |
| XYZ | 43.31 | 22.27 | 28 | - |
| YUV | 104.53 | 149.72 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 143 | 0 | 0.90 | 0.42 | 0.04 | 327.96 | 0.92 | 0.53 |
| Hex | F6 | 19 | 8F | 0 | 5A | 2A | 4 | 148 | 5C | 35 |
| Octal | 366 | 31 | 217 | 0 | 132 | 52 | 4 | 510 | 134 | 65 |
| Binary | 11110110 | 11001 | 10001111 | 0 | 1011010 | 101010 | 100 | 101001000 | 1011100 | 110101 |
Color Harmonies of #F6198F
Complementary color
Monochromatic Colors of #F6198F
Black with #F6198F
Text Example
Text Example
White with #F6198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6198F; }
p { color: rgb(246,25,143); }
H1.HeaderClassName
{
color: #F6198F;
}
.AnyTagClassName
{
color: #F6198F;
}
</style>
background-color css
<style>
a { background-color: #F6198F; }
a { background-color: rgb(246,25,143); }
div.DivClassName
{
background-color: #F6198F;
}
.BgClassName
{
background-color: #F6198F;
}
</style>
border-color css
<style>
span { border-color: #F6198F; }
span { border-color: rgb(246,25,143); }
td.TdClassName
{
border-color: #F6198F;
}
.TagClassName
{
border-color: #F6198F;
}
</style>