Shades of Deep Pink #FD057F
Tints of Deep Pink #FD057F
RGB
CMYK
RGB Variations
Color information
#FD057F (or 0xFD057F) is known color: Deep Pink. HEX triplet: FD, 05 and 7F. RGB value is (253,5,127). Sum of RGB (Red+Green+Blue) = 253+5+127=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD057F is #02FA80. Grayscale: #5C5C5C. Windows color (decimal): -195201 or 8324605. OLE color: 8324605.
HSL color Cylindrical-coordinate representation of color #FD057F: hue angle of 330.48º 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 #FD057F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.01 |
| HSL | 330.48º | 0.98% | 0.51% | - |
| HSV(B) | 330.48º | 0.98% | 0.99% | - |
| XYZ | 44.39 | 22.52 | 22.09 | - |
| YUV | 93.06 | 147.16 | 242.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 127 | 0 | 0.98 | 0.50 | 0.01 | 330.48 | 0.98 | 0.51 |
| Hex | FD | 5 | 7F | 0 | 62 | 32 | 1 | 14A | 62 | 33 |
| Octal | 375 | 5 | 177 | 0 | 142 | 62 | 1 | 512 | 142 | 63 |
| Binary | 11111101 | 101 | 1111111 | 0 | 1100010 | 110010 | 1 | 101001010 | 1100010 | 110011 |
Color Harmonies of #FD057F
Complementary color
Monochromatic Colors of #FD057F
Black with #FD057F
Text Example
Text Example
White with #FD057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD057F; }
p { color: rgb(253,5,127); }
H1.HeaderClassName
{
color: #FD057F;
}
.AnyTagClassName
{
color: #FD057F;
}
</style>
background-color css
<style>
a { background-color: #FD057F; }
a { background-color: rgb(253,5,127); }
div.DivClassName
{
background-color: #FD057F;
}
.BgClassName
{
background-color: #FD057F;
}
</style>
border-color css
<style>
span { border-color: #FD057F; }
span { border-color: rgb(253,5,127); }
td.TdClassName
{
border-color: #FD057F;
}
.TagClassName
{
border-color: #FD057F;
}
</style>