Shades of Deep Pink #F61976
Tints of Deep Pink #F61976
RGB
CMYK
RGB Variations
Color information
#F61976 (or 0xF61976) is known color: Deep Pink. HEX triplet: F6, 19 and 76. RGB value is (246,25,118). Sum of RGB (Red+Green+Blue) = 246+25+118=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F61976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61976 is #09E689. Grayscale: #656565. Windows color (decimal): -648842 or 7739894. OLE color: 7739894.
HSL color Cylindrical-coordinate representation of color #F61976: hue angle of 334.75º 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 #F61976 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 118 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.04 |
| HSL | 334.75º | 0.92% | 0.53% | - |
| HSV(B) | 334.75º | 0.9% | 0.96% | - |
| XYZ | 41.62 | 21.6 | 19.11 | - |
| YUV | 101.68 | 137.22 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 118 | 0 | 0.90 | 0.52 | 0.04 | 334.75 | 0.92 | 0.53 |
| Hex | F6 | 19 | 76 | 0 | 5A | 34 | 4 | 14F | 5C | 35 |
| Octal | 366 | 31 | 166 | 0 | 132 | 64 | 4 | 517 | 134 | 65 |
| Binary | 11110110 | 11001 | 1110110 | 0 | 1011010 | 110100 | 100 | 101001111 | 1011100 | 110101 |
Color Harmonies of #F61976
Complementary color
Monochromatic Colors of #F61976
Black with #F61976
Text Example
Text Example
White with #F61976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61976; }
p { color: rgb(246,25,118); }
H1.HeaderClassName
{
color: #F61976;
}
.AnyTagClassName
{
color: #F61976;
}
</style>
background-color css
<style>
a { background-color: #F61976; }
a { background-color: rgb(246,25,118); }
div.DivClassName
{
background-color: #F61976;
}
.BgClassName
{
background-color: #F61976;
}
</style>
border-color css
<style>
span { border-color: #F61976; }
span { border-color: rgb(246,25,118); }
td.TdClassName
{
border-color: #F61976;
}
.TagClassName
{
border-color: #F61976;
}
</style>