Shades of Deep Pink #F61F76
Tints of Deep Pink #F61F76
RGB
CMYK
RGB Variations
Color information
#F61F76 (or 0xF61F76) is known color: Deep Pink. HEX triplet: F6, 1F and 76. RGB value is (246,31,118). Sum of RGB (Red+Green+Blue) = 246+31+118=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F76 is #09E089. Grayscale: #696969. Windows color (decimal): -647306 or 7741430. OLE color: 7741430.
HSL color Cylindrical-coordinate representation of color #F61F76: hue angle of 335.72º 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 #F61F76 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 118 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.04 |
| HSL | 335.72º | 0.92% | 0.54% | - |
| HSV(B) | 335.72º | 0.87% | 0.96% | - |
| XYZ | 41.77 | 21.88 | 19.16 | - |
| YUV | 105.2 | 135.23 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 118 | 0 | 0.87 | 0.52 | 0.04 | 335.72 | 0.92 | 0.54 |
| Hex | F6 | 1F | 76 | 0 | 57 | 34 | 4 | 150 | 5C | 36 |
| Octal | 366 | 37 | 166 | 0 | 127 | 64 | 4 | 520 | 134 | 66 |
| Binary | 11110110 | 11111 | 1110110 | 0 | 1010111 | 110100 | 100 | 101010000 | 1011100 | 110110 |
Color Harmonies of #F61F76
Complementary color
Monochromatic Colors of #F61F76
Black with #F61F76
Text Example
Text Example
White with #F61F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F76; }
p { color: rgb(246,31,118); }
H1.HeaderClassName
{
color: #F61F76;
}
.AnyTagClassName
{
color: #F61F76;
}
</style>
background-color css
<style>
a { background-color: #F61F76; }
a { background-color: rgb(246,31,118); }
div.DivClassName
{
background-color: #F61F76;
}
.BgClassName
{
background-color: #F61F76;
}
</style>
border-color css
<style>
span { border-color: #F61F76; }
span { border-color: rgb(246,31,118); }
td.TdClassName
{
border-color: #F61F76;
}
.TagClassName
{
border-color: #F61F76;
}
</style>