Shades of Deep Pink #F62579
Tints of Deep Pink #F62579
RGB
CMYK
RGB Variations
Color information
#F62579 (or 0xF62579) is known color: Deep Pink. HEX triplet: F6, 25 and 79. RGB value is (246,37,121). Sum of RGB (Red+Green+Blue) = 246+37+121=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F62579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62579 is #09DA86. Grayscale: #6C6C6C. Windows color (decimal): -645767 or 7939574. OLE color: 7939574.
HSL color Cylindrical-coordinate representation of color #F62579: hue angle of 335.89º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62579 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 121 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.04 |
| HSL | 335.89º | 0.92% | 0.55% | - |
| HSV(B) | 335.89º | 0.85% | 0.96% | - |
| XYZ | 42.12 | 22.3 | 20.17 | - |
| YUV | 109.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 121 | 0 | 0.85 | 0.51 | 0.04 | 335.89 | 0.92 | 0.55 |
| Hex | F6 | 25 | 79 | 0 | 55 | 33 | 4 | 150 | 5C | 37 |
| Octal | 366 | 45 | 171 | 0 | 125 | 63 | 4 | 520 | 134 | 67 |
| Binary | 11110110 | 100101 | 1111001 | 0 | 1010101 | 110011 | 100 | 101010000 | 1011100 | 110111 |
Color Harmonies of #F62579
Complementary color
Monochromatic Colors of #F62579
Black with #F62579
Text Example
Text Example
White with #F62579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62579; }
p { color: rgb(246,37,121); }
H1.HeaderClassName
{
color: #F62579;
}
.AnyTagClassName
{
color: #F62579;
}
</style>
background-color css
<style>
a { background-color: #F62579; }
a { background-color: rgb(246,37,121); }
div.DivClassName
{
background-color: #F62579;
}
.BgClassName
{
background-color: #F62579;
}
</style>
border-color css
<style>
span { border-color: #F62579; }
span { border-color: rgb(246,37,121); }
td.TdClassName
{
border-color: #F62579;
}
.TagClassName
{
border-color: #F62579;
}
</style>