Shades of Deep Pink #F61076
Tints of Deep Pink #F61076
RGB
CMYK
RGB Variations
Color information
#F61076 (or 0xF61076) is known color: Deep Pink. HEX triplet: F6, 10 and 76. RGB value is (246,16,118). Sum of RGB (Red+Green+Blue) = 246+16+118=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F61076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61076 is #09EF89. Grayscale: #606060. Windows color (decimal): -651146 or 7737590. OLE color: 7737590.
HSL color Cylindrical-coordinate representation of color #F61076: hue angle of 333.39º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61076 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 118 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.04 |
| HSL | 333.39º | 0.93% | 0.51% | - |
| HSV(B) | 333.39º | 0.93% | 0.96% | - |
| XYZ | 41.46 | 21.27 | 19.06 | - |
| YUV | 96.4 | 140.2 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 118 | 0 | 0.93 | 0.52 | 0.04 | 333.39 | 0.93 | 0.51 |
| Hex | F6 | 10 | 76 | 0 | 5D | 34 | 4 | 14D | 5D | 33 |
| Octal | 366 | 20 | 166 | 0 | 135 | 64 | 4 | 515 | 135 | 63 |
| Binary | 11110110 | 10000 | 1110110 | 0 | 1011101 | 110100 | 100 | 101001101 | 1011101 | 110011 |
Color Harmonies of #F61076
Complementary color
Monochromatic Colors of #F61076
Black with #F61076
Text Example
Text Example
White with #F61076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61076; }
p { color: rgb(246,16,118); }
H1.HeaderClassName
{
color: #F61076;
}
.AnyTagClassName
{
color: #F61076;
}
</style>
background-color css
<style>
a { background-color: #F61076; }
a { background-color: rgb(246,16,118); }
div.DivClassName
{
background-color: #F61076;
}
.BgClassName
{
background-color: #F61076;
}
</style>
border-color css
<style>
span { border-color: #F61076; }
span { border-color: rgb(246,16,118); }
td.TdClassName
{
border-color: #F61076;
}
.TagClassName
{
border-color: #F61076;
}
</style>