Shades of Deep Pink #F61F86
Tints of Deep Pink #F61F86
RGB
CMYK
RGB Variations
Color information
#F61F86 (or 0xF61F86) is known color: Deep Pink. HEX triplet: F6, 1F and 86. RGB value is (246,31,134). Sum of RGB (Red+Green+Blue) = 246+31+134=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61F86 is #09E079. Grayscale: #6A6A6A. Windows color (decimal): -647290 or 8790006. OLE color: 8790006.
HSL color Cylindrical-coordinate representation of color #F61F86: hue angle of 331.26º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F86 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 134 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.04 |
| HSL | 331.26º | 0.92% | 0.54% | - |
| HSV(B) | 331.26º | 0.87% | 0.96% | - |
| XYZ | 42.8 | 22.29 | 24.6 | - |
| YUV | 107.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 134 | 0 | 0.87 | 0.46 | 0.04 | 331.26 | 0.92 | 0.54 |
| Hex | F6 | 1F | 86 | 0 | 57 | 2E | 4 | 14B | 5C | 36 |
| Octal | 366 | 37 | 206 | 0 | 127 | 56 | 4 | 513 | 134 | 66 |
| Binary | 11110110 | 11111 | 10000110 | 0 | 1010111 | 101110 | 100 | 101001011 | 1011100 | 110110 |
Color Harmonies of #F61F86
Complementary color
Monochromatic Colors of #F61F86
Black with #F61F86
Text Example
Text Example
White with #F61F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F86; }
p { color: rgb(246,31,134); }
H1.HeaderClassName
{
color: #F61F86;
}
.AnyTagClassName
{
color: #F61F86;
}
</style>
background-color css
<style>
a { background-color: #F61F86; }
a { background-color: rgb(246,31,134); }
div.DivClassName
{
background-color: #F61F86;
}
.BgClassName
{
background-color: #F61F86;
}
</style>
border-color css
<style>
span { border-color: #F61F86; }
span { border-color: rgb(246,31,134); }
td.TdClassName
{
border-color: #F61F86;
}
.TagClassName
{
border-color: #F61F86;
}
</style>