Shades of Deep Pink #FD017D
Tints of Deep Pink #FD017D
RGB
CMYK
RGB Variations
Color information
#FD017D (or 0xFD017D) is known color: Deep Pink. HEX triplet: FD, 01 and 7D. RGB value is (253,1,125). Sum of RGB (Red+Green+Blue) = 253+1+125=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD017D is #02FE82. Grayscale: #5A5A5A. Windows color (decimal): -196227 or 8192509. OLE color: 8192509.
HSL color Cylindrical-coordinate representation of color #FD017D: hue angle of 330.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD017D is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.01 |
| HSL | 330.48º | 0.99% | 0.5% | - |
| HSV(B) | 330.48º | 1% | 0.99% | - |
| XYZ | 44.22 | 22.39 | 21.39 | - |
| YUV | 90.48 | 147.49 | 243.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 125 | 0 | 1.00 | 0.51 | 0.01 | 330.48 | 0.99 | 0.5 |
| Hex | FD | 1 | 7D | 0 | 64 | 33 | 1 | 14A | 63 | 32 |
| Octal | 375 | 1 | 175 | 0 | 144 | 63 | 1 | 512 | 143 | 62 |
| Binary | 11111101 | 1 | 1111101 | 0 | 1100100 | 110011 | 1 | 101001010 | 1100011 | 110010 |
Color Harmonies of #FD017D
Complementary color
Monochromatic Colors of #FD017D
Black with #FD017D
Text Example
Text Example
White with #FD017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD017D; }
p { color: rgb(253,1,125); }
H1.HeaderClassName
{
color: #FD017D;
}
.AnyTagClassName
{
color: #FD017D;
}
</style>
background-color css
<style>
a { background-color: #FD017D; }
a { background-color: rgb(253,1,125); }
div.DivClassName
{
background-color: #FD017D;
}
.BgClassName
{
background-color: #FD017D;
}
</style>
border-color css
<style>
span { border-color: #FD017D; }
span { border-color: rgb(253,1,125); }
td.TdClassName
{
border-color: #FD017D;
}
.TagClassName
{
border-color: #FD017D;
}
</style>