Shades of Deep Pink #F61386
Tints of Deep Pink #F61386
RGB
CMYK
RGB Variations
Color information
#F61386 (or 0xF61386) is known color: Deep Pink. HEX triplet: F6, 13 and 86. RGB value is (246,19,134). Sum of RGB (Red+Green+Blue) = 246+19+134=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F61386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61386 is #09EC79. Grayscale: #636363. Windows color (decimal): -650362 or 8786934. OLE color: 8786934.
HSL color Cylindrical-coordinate representation of color #F61386: hue angle of 329.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61386 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 134 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 329.6º | 0.93% | 0.52% | - |
| HSV(B) | 329.6º | 0.92% | 0.96% | - |
| XYZ | 42.54 | 21.78 | 24.52 | - |
| YUV | 99.98 | 147.21 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 134 | 0 | 0.92 | 0.46 | 0.04 | 329.6 | 0.93 | 0.52 |
| Hex | F6 | 13 | 86 | 0 | 5C | 2E | 4 | 14A | 5D | 34 |
| Octal | 366 | 23 | 206 | 0 | 134 | 56 | 4 | 512 | 135 | 64 |
| Binary | 11110110 | 10011 | 10000110 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011101 | 110100 |
Color Harmonies of #F61386
Complementary color
Monochromatic Colors of #F61386
Black with #F61386
Text Example
Text Example
White with #F61386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61386; }
p { color: rgb(246,19,134); }
H1.HeaderClassName
{
color: #F61386;
}
.AnyTagClassName
{
color: #F61386;
}
</style>
background-color css
<style>
a { background-color: #F61386; }
a { background-color: rgb(246,19,134); }
div.DivClassName
{
background-color: #F61386;
}
.BgClassName
{
background-color: #F61386;
}
</style>
border-color css
<style>
span { border-color: #F61386; }
span { border-color: rgb(246,19,134); }
td.TdClassName
{
border-color: #F61386;
}
.TagClassName
{
border-color: #F61386;
}
</style>