Shades of Deep Pink #FF2479
Tints of Deep Pink #FF2479
RGB
CMYK
RGB Variations
Color information
#FF2479 (or 0xFF2479) is known color: Deep Pink. HEX triplet: FF, 24 and 79. RGB value is (255,36,121). Sum of RGB (Red+Green+Blue) = 255+36+121=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2479 is #00DB86. Grayscale: #6F6F6F. Windows color (decimal): -56199 or 7939327. OLE color: 7939327.
HSL color Cylindrical-coordinate representation of color #FF2479: hue angle of 336.71º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2479 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 121 | - |
| CMYK | 0 | 0.86 | 0.53 | 0 |
| HSL | 336.71º | 1% | 0.57% | - |
| HSV(B) | 336.71º | 0.86% | 1% | - |
| XYZ | 45.32 | 23.9 | 20.31 | - |
| YUV | 111.17 | 133.55 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 121 | 0 | 0.86 | 0.53 | 0 | 336.71 | 1 | 0.57 |
| Hex | FF | 24 | 79 | 0 | 56 | 35 | 0 | 151 | 64 | 39 |
| Octal | 377 | 44 | 171 | 0 | 126 | 65 | 0 | 521 | 144 | 71 |
| Binary | 11111111 | 100100 | 1111001 | 0 | 1010110 | 110101 | 0 | 101010001 | 1100100 | 111001 |
Color Harmonies of #FF2479
Complementary color
Monochromatic Colors of #FF2479
Black with #FF2479
Text Example
Text Example
White with #FF2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2479; }
p { color: rgb(255,36,121); }
H1.HeaderClassName
{
color: #FF2479;
}
.AnyTagClassName
{
color: #FF2479;
}
</style>
background-color css
<style>
a { background-color: #FF2479; }
a { background-color: rgb(255,36,121); }
div.DivClassName
{
background-color: #FF2479;
}
.BgClassName
{
background-color: #FF2479;
}
</style>
border-color css
<style>
span { border-color: #FF2479; }
span { border-color: rgb(255,36,121); }
td.TdClassName
{
border-color: #FF2479;
}
.TagClassName
{
border-color: #FF2479;
}
</style>