Shades of Deep Pink #F62686
Tints of Deep Pink #F62686
RGB
CMYK
RGB Variations
Color information
#F62686 (or 0xF62686) is known color: Deep Pink. HEX triplet: F6, 26 and 86. RGB value is (246,38,134). Sum of RGB (Red+Green+Blue) = 246+38+134=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F62686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62686 is #09D979. Grayscale: #6E6E6E. Windows color (decimal): -645498 or 8791798. OLE color: 8791798.
HSL color Cylindrical-coordinate representation of color #F62686: hue angle of 332.31º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62686 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 134 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.04 |
| HSL | 332.31º | 0.92% | 0.56% | - |
| HSV(B) | 332.31º | 0.85% | 0.96% | - |
| XYZ | 43 | 22.7 | 24.67 | - |
| YUV | 111.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 134 | 0 | 0.85 | 0.46 | 0.04 | 332.31 | 0.92 | 0.56 |
| Hex | F6 | 26 | 86 | 0 | 55 | 2E | 4 | 14C | 5C | 38 |
| Octal | 366 | 46 | 206 | 0 | 125 | 56 | 4 | 514 | 134 | 70 |
| Binary | 11110110 | 100110 | 10000110 | 0 | 1010101 | 101110 | 100 | 101001100 | 1011100 | 111000 |
Color Harmonies of #F62686
Complementary color
Monochromatic Colors of #F62686
Black with #F62686
Text Example
Text Example
White with #F62686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62686; }
p { color: rgb(246,38,134); }
H1.HeaderClassName
{
color: #F62686;
}
.AnyTagClassName
{
color: #F62686;
}
</style>
background-color css
<style>
a { background-color: #F62686; }
a { background-color: rgb(246,38,134); }
div.DivClassName
{
background-color: #F62686;
}
.BgClassName
{
background-color: #F62686;
}
</style>
border-color css
<style>
span { border-color: #F62686; }
span { border-color: rgb(246,38,134); }
td.TdClassName
{
border-color: #F62686;
}
.TagClassName
{
border-color: #F62686;
}
</style>