Shades of Deep Pink #FD1379
Tints of Deep Pink #FD1379
RGB
CMYK
RGB Variations
Color information
#FD1379 (or 0xFD1379) is known color: Deep Pink. HEX triplet: FD, 13 and 79. RGB value is (253,19,121). Sum of RGB (Red+Green+Blue) = 253+19+121=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1379 is #02EC86. Grayscale: #646464. Windows color (decimal): -191623 or 7934973. OLE color: 7934973.
HSL color Cylindrical-coordinate representation of color #FD1379: hue angle of 333.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1379 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 121 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.01 |
| HSL | 333.85º | 0.98% | 0.53% | - |
| HSV(B) | 333.85º | 0.92% | 0.99% | - |
| XYZ | 44.19 | 22.73 | 20.15 | - |
| YUV | 100.59 | 139.52 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 121 | 0 | 0.92 | 0.52 | 0.01 | 333.85 | 0.98 | 0.53 |
| Hex | FD | 13 | 79 | 0 | 5C | 34 | 1 | 14E | 62 | 35 |
| Octal | 375 | 23 | 171 | 0 | 134 | 64 | 1 | 516 | 142 | 65 |
| Binary | 11111101 | 10011 | 1111001 | 0 | 1011100 | 110100 | 1 | 101001110 | 1100010 | 110101 |
Color Harmonies of #FD1379
Complementary color
Monochromatic Colors of #FD1379
Black with #FD1379
Text Example
Text Example
White with #FD1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1379; }
p { color: rgb(253,19,121); }
H1.HeaderClassName
{
color: #FD1379;
}
.AnyTagClassName
{
color: #FD1379;
}
</style>
background-color css
<style>
a { background-color: #FD1379; }
a { background-color: rgb(253,19,121); }
div.DivClassName
{
background-color: #FD1379;
}
.BgClassName
{
background-color: #FD1379;
}
</style>
border-color css
<style>
span { border-color: #FD1379; }
span { border-color: rgb(253,19,121); }
td.TdClassName
{
border-color: #FD1379;
}
.TagClassName
{
border-color: #FD1379;
}
</style>