Shades of Deep Pink #F61776
Tints of Deep Pink #F61776
RGB
CMYK
RGB Variations
Color information
#F61776 (or 0xF61776) is known color: Deep Pink. HEX triplet: F6, 17 and 76. RGB value is (246,23,118). Sum of RGB (Red+Green+Blue) = 246+23+118=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F61776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61776 is #09E889. Grayscale: #646464. Windows color (decimal): -649354 or 7739382. OLE color: 7739382.
HSL color Cylindrical-coordinate representation of color #F61776: hue angle of 334.44º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61776 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 118 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.04 |
| HSL | 334.44º | 0.93% | 0.53% | - |
| HSV(B) | 334.44º | 0.91% | 0.96% | - |
| XYZ | 41.58 | 21.51 | 19.1 | - |
| YUV | 100.51 | 137.88 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 118 | 0 | 0.91 | 0.52 | 0.04 | 334.44 | 0.93 | 0.53 |
| Hex | F6 | 17 | 76 | 0 | 5B | 34 | 4 | 14E | 5D | 35 |
| Octal | 366 | 27 | 166 | 0 | 133 | 64 | 4 | 516 | 135 | 65 |
| Binary | 11110110 | 10111 | 1110110 | 0 | 1011011 | 110100 | 100 | 101001110 | 1011101 | 110101 |
Color Harmonies of #F61776
Complementary color
Monochromatic Colors of #F61776
Black with #F61776
Text Example
Text Example
White with #F61776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61776; }
p { color: rgb(246,23,118); }
H1.HeaderClassName
{
color: #F61776;
}
.AnyTagClassName
{
color: #F61776;
}
</style>
background-color css
<style>
a { background-color: #F61776; }
a { background-color: rgb(246,23,118); }
div.DivClassName
{
background-color: #F61776;
}
.BgClassName
{
background-color: #F61776;
}
</style>
border-color css
<style>
span { border-color: #F61776; }
span { border-color: rgb(246,23,118); }
td.TdClassName
{
border-color: #F61776;
}
.TagClassName
{
border-color: #F61776;
}
</style>