Shades of Deep Pink #FD1579
Tints of Deep Pink #FD1579
RGB
CMYK
RGB Variations
Color information
#FD1579 (or 0xFD1579) is known color: Deep Pink. HEX triplet: FD, 15 and 79. RGB value is (253,21,121). Sum of RGB (Red+Green+Blue) = 253+21+121=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1579 is #02EA86. Grayscale: #656565. Windows color (decimal): -191111 or 7935485. OLE color: 7935485.
HSL color Cylindrical-coordinate representation of color #FD1579: hue angle of 334.14º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1579 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 121 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.01 |
| HSL | 334.14º | 0.98% | 0.54% | - |
| HSV(B) | 334.14º | 0.92% | 0.99% | - |
| XYZ | 44.23 | 22.8 | 20.16 | - |
| YUV | 101.77 | 138.86 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 121 | 0 | 0.92 | 0.52 | 0.01 | 334.14 | 0.98 | 0.54 |
| Hex | FD | 15 | 79 | 0 | 5C | 34 | 1 | 14E | 62 | 36 |
| Octal | 375 | 25 | 171 | 0 | 134 | 64 | 1 | 516 | 142 | 66 |
| Binary | 11111101 | 10101 | 1111001 | 0 | 1011100 | 110100 | 1 | 101001110 | 1100010 | 110110 |
Color Harmonies of #FD1579
Complementary color
Monochromatic Colors of #FD1579
Black with #FD1579
Text Example
Text Example
White with #FD1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1579; }
p { color: rgb(253,21,121); }
H1.HeaderClassName
{
color: #FD1579;
}
.AnyTagClassName
{
color: #FD1579;
}
</style>
background-color css
<style>
a { background-color: #FD1579; }
a { background-color: rgb(253,21,121); }
div.DivClassName
{
background-color: #FD1579;
}
.BgClassName
{
background-color: #FD1579;
}
</style>
border-color css
<style>
span { border-color: #FD1579; }
span { border-color: rgb(253,21,121); }
td.TdClassName
{
border-color: #FD1579;
}
.TagClassName
{
border-color: #FD1579;
}
</style>