Shades of Deep Pink #FD057C
Tints of Deep Pink #FD057C
RGB
CMYK
RGB Variations
Color information
#FD057C (or 0xFD057C) is known color: Deep Pink. HEX triplet: FD, 05 and 7C. RGB value is (253,5,124). Sum of RGB (Red+Green+Blue) = 253+5+124=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD057C is #02FA83. Grayscale: #5C5C5C. Windows color (decimal): -195204 or 8127997. OLE color: 8127997.
HSL color Cylindrical-coordinate representation of color #FD057C: hue angle of 331.21º 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 #FD057C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.01 |
| HSL | 331.21º | 0.98% | 0.51% | - |
| HSV(B) | 331.21º | 0.98% | 0.99% | - |
| XYZ | 44.2 | 22.45 | 21.07 | - |
| YUV | 92.72 | 145.66 | 242.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 124 | 0 | 0.98 | 0.51 | 0.01 | 331.21 | 0.98 | 0.51 |
| Hex | FD | 5 | 7C | 0 | 62 | 33 | 1 | 14B | 62 | 33 |
| Octal | 375 | 5 | 174 | 0 | 142 | 63 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 101 | 1111100 | 0 | 1100010 | 110011 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD057C
Complementary color
Monochromatic Colors of #FD057C
Black with #FD057C
Text Example
Text Example
White with #FD057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD057C; }
p { color: rgb(253,5,124); }
H1.HeaderClassName
{
color: #FD057C;
}
.AnyTagClassName
{
color: #FD057C;
}
</style>
background-color css
<style>
a { background-color: #FD057C; }
a { background-color: rgb(253,5,124); }
div.DivClassName
{
background-color: #FD057C;
}
.BgClassName
{
background-color: #FD057C;
}
</style>
border-color css
<style>
span { border-color: #FD057C; }
span { border-color: rgb(253,5,124); }
td.TdClassName
{
border-color: #FD057C;
}
.TagClassName
{
border-color: #FD057C;
}
</style>