Shades of Deep Pink #FD058D
Tints of Deep Pink #FD058D
RGB
CMYK
RGB Variations
Color information
#FD058D (or 0xFD058D) is known color: Deep Pink. HEX triplet: FD, 05 and 8D. RGB value is (253,5,141). Sum of RGB (Red+Green+Blue) = 253+5+141=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD058D is #02FA72. Grayscale: #5E5E5E. Windows color (decimal): -195187 or 9242109. OLE color: 9242109.
HSL color Cylindrical-coordinate representation of color #FD058D: hue angle of 327.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD058D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.01 |
| HSL | 327.1º | 0.98% | 0.51% | - |
| HSV(B) | 327.1º | 0.98% | 0.99% | - |
| XYZ | 45.37 | 22.91 | 27.23 | - |
| YUV | 94.66 | 154.16 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 141 | 0 | 0.98 | 0.44 | 0.01 | 327.1 | 0.98 | 0.51 |
| Hex | FD | 5 | 8D | 0 | 62 | 2C | 1 | 147 | 62 | 33 |
| Octal | 375 | 5 | 215 | 0 | 142 | 54 | 1 | 507 | 142 | 63 |
| Binary | 11111101 | 101 | 10001101 | 0 | 1100010 | 101100 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FD058D
Complementary color
Monochromatic Colors of #FD058D
Black with #FD058D
Text Example
Text Example
White with #FD058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD058D; }
p { color: rgb(253,5,141); }
H1.HeaderClassName
{
color: #FD058D;
}
.AnyTagClassName
{
color: #FD058D;
}
</style>
background-color css
<style>
a { background-color: #FD058D; }
a { background-color: rgb(253,5,141); }
div.DivClassName
{
background-color: #FD058D;
}
.BgClassName
{
background-color: #FD058D;
}
</style>
border-color css
<style>
span { border-color: #FD058D; }
span { border-color: rgb(253,5,141); }
td.TdClassName
{
border-color: #FD058D;
}
.TagClassName
{
border-color: #FD058D;
}
</style>