Shades of Deep Pink #FD1373
Tints of Deep Pink #FD1373
RGB
CMYK
RGB Variations
Color information
#FD1373 (or 0xFD1373) is known color: Deep Pink. HEX triplet: FD, 13 and 73. RGB value is (253,19,115). Sum of RGB (Red+Green+Blue) = 253+19+115=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1373 is #02EC8C. Grayscale: #636363. Windows color (decimal): -191629 or 7541757. OLE color: 7541757.
HSL color Cylindrical-coordinate representation of color #FD1373: hue angle of 335.38º 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 #FD1373 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 115 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.01 |
| HSL | 335.38º | 0.98% | 0.53% | - |
| HSV(B) | 335.38º | 0.92% | 0.99% | - |
| XYZ | 43.84 | 22.59 | 18.27 | - |
| YUV | 99.91 | 136.52 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 115 | 0 | 0.92 | 0.55 | 0.01 | 335.38 | 0.98 | 0.53 |
| Hex | FD | 13 | 73 | 0 | 5C | 37 | 1 | 14F | 62 | 35 |
| Octal | 375 | 23 | 163 | 0 | 134 | 67 | 1 | 517 | 142 | 65 |
| Binary | 11111101 | 10011 | 1110011 | 0 | 1011100 | 110111 | 1 | 101001111 | 1100010 | 110101 |
Color Harmonies of #FD1373
Complementary color
Monochromatic Colors of #FD1373
Black with #FD1373
Text Example
Text Example
White with #FD1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1373; }
p { color: rgb(253,19,115); }
H1.HeaderClassName
{
color: #FD1373;
}
.AnyTagClassName
{
color: #FD1373;
}
</style>
background-color css
<style>
a { background-color: #FD1373; }
a { background-color: rgb(253,19,115); }
div.DivClassName
{
background-color: #FD1373;
}
.BgClassName
{
background-color: #FD1373;
}
</style>
border-color css
<style>
span { border-color: #FD1373; }
span { border-color: rgb(253,19,115); }
td.TdClassName
{
border-color: #FD1373;
}
.TagClassName
{
border-color: #FD1373;
}
</style>