Shades of Deep Pink #FD1873
Tints of Deep Pink #FD1873
RGB
CMYK
RGB Variations
Color information
#FD1873 (or 0xFD1873) is known color: Deep Pink. HEX triplet: FD, 18 and 73. RGB value is (253,24,115). Sum of RGB (Red+Green+Blue) = 253+24+115=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1873 is #02E78C. Grayscale: #666666. Windows color (decimal): -190349 or 7543037. OLE color: 7543037.
HSL color Cylindrical-coordinate representation of color #FD1873: hue angle of 336.16º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1873 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 115 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336.16º | 0.98% | 0.54% | - |
| HSV(B) | 336.16º | 0.91% | 0.99% | - |
| XYZ | 43.93 | 22.77 | 18.3 | - |
| YUV | 102.85 | 134.87 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 115 | 0 | 0.91 | 0.55 | 0.01 | 336.16 | 0.98 | 0.54 |
| Hex | FD | 18 | 73 | 0 | 5B | 37 | 1 | 150 | 62 | 36 |
| Octal | 375 | 30 | 163 | 0 | 133 | 67 | 1 | 520 | 142 | 66 |
| Binary | 11111101 | 11000 | 1110011 | 0 | 1011011 | 110111 | 1 | 101010000 | 1100010 | 110110 |
Color Harmonies of #FD1873
Complementary color
Monochromatic Colors of #FD1873
Black with #FD1873
Text Example
Text Example
White with #FD1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1873; }
p { color: rgb(253,24,115); }
H1.HeaderClassName
{
color: #FD1873;
}
.AnyTagClassName
{
color: #FD1873;
}
</style>
background-color css
<style>
a { background-color: #FD1873; }
a { background-color: rgb(253,24,115); }
div.DivClassName
{
background-color: #FD1873;
}
.BgClassName
{
background-color: #FD1873;
}
</style>
border-color css
<style>
span { border-color: #FD1873; }
span { border-color: rgb(253,24,115); }
td.TdClassName
{
border-color: #FD1873;
}
.TagClassName
{
border-color: #FD1873;
}
</style>