Shades of Deep Pink #FF2579
Tints of Deep Pink #FF2579
RGB
CMYK
RGB Variations
Color information
#FF2579 (or 0xFF2579) is known color: Deep Pink. HEX triplet: FF, 25 and 79. RGB value is (255,37,121). Sum of RGB (Red+Green+Blue) = 255+37+121=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2579 is #00DA86. Grayscale: #6F6F6F. Windows color (decimal): -55943 or 7939583. OLE color: 7939583.
HSL color Cylindrical-coordinate representation of color #FF2579: hue angle of 336.88º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2579 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 121 | - |
| CMYK | 0 | 0.85 | 0.53 | 0 |
| HSL | 336.88º | 1% | 0.57% | - |
| HSV(B) | 336.88º | 0.85% | 1% | - |
| XYZ | 45.35 | 23.96 | 20.32 | - |
| YUV | 111.76 | 133.22 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 121 | 0 | 0.85 | 0.53 | 0 | 336.88 | 1 | 0.57 |
| Hex | FF | 25 | 79 | 0 | 55 | 35 | 0 | 151 | 64 | 39 |
| Octal | 377 | 45 | 171 | 0 | 125 | 65 | 0 | 521 | 144 | 71 |
| Binary | 11111111 | 100101 | 1111001 | 0 | 1010101 | 110101 | 0 | 101010001 | 1100100 | 111001 |
Color Harmonies of #FF2579
Complementary color
Monochromatic Colors of #FF2579
Black with #FF2579
Text Example
Text Example
White with #FF2579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2579; }
p { color: rgb(255,37,121); }
H1.HeaderClassName
{
color: #FF2579;
}
.AnyTagClassName
{
color: #FF2579;
}
</style>
background-color css
<style>
a { background-color: #FF2579; }
a { background-color: rgb(255,37,121); }
div.DivClassName
{
background-color: #FF2579;
}
.BgClassName
{
background-color: #FF2579;
}
</style>
border-color css
<style>
span { border-color: #FF2579; }
span { border-color: rgb(255,37,121); }
td.TdClassName
{
border-color: #FF2579;
}
.TagClassName
{
border-color: #FF2579;
}
</style>