Shades of Deep Pink #F6198D
Tints of Deep Pink #F6198D
RGB
CMYK
RGB Variations
Color information
#F6198D (or 0xF6198D) is known color: Deep Pink. HEX triplet: F6, 19 and 8D. RGB value is (246,25,141). Sum of RGB (Red+Green+Blue) = 246+25+141=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F6198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6198D is #09E672. Grayscale: #686868. Windows color (decimal): -648819 or 9247222. OLE color: 9247222.
HSL color Cylindrical-coordinate representation of color #F6198D: hue angle of 328.51º 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 #F6198D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 141 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.04 |
| HSL | 328.51º | 0.92% | 0.53% | - |
| HSV(B) | 328.51º | 0.9% | 0.96% | - |
| XYZ | 43.16 | 22.21 | 27.21 | - |
| YUV | 104.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 141 | 0 | 0.90 | 0.43 | 0.04 | 328.51 | 0.92 | 0.53 |
| Hex | F6 | 19 | 8D | 0 | 5A | 2B | 4 | 149 | 5C | 35 |
| Octal | 366 | 31 | 215 | 0 | 132 | 53 | 4 | 511 | 134 | 65 |
| Binary | 11110110 | 11001 | 10001101 | 0 | 1011010 | 101011 | 100 | 101001001 | 1011100 | 110101 |
Color Harmonies of #F6198D
Complementary color
Monochromatic Colors of #F6198D
Black with #F6198D
Text Example
Text Example
White with #F6198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6198D; }
p { color: rgb(246,25,141); }
H1.HeaderClassName
{
color: #F6198D;
}
.AnyTagClassName
{
color: #F6198D;
}
</style>
background-color css
<style>
a { background-color: #F6198D; }
a { background-color: rgb(246,25,141); }
div.DivClassName
{
background-color: #F6198D;
}
.BgClassName
{
background-color: #F6198D;
}
</style>
border-color css
<style>
span { border-color: #F6198D; }
span { border-color: rgb(246,25,141); }
td.TdClassName
{
border-color: #F6198D;
}
.TagClassName
{
border-color: #F6198D;
}
</style>