Shades of Deep Pink #FD057E
Tints of Deep Pink #FD057E
RGB
CMYK
RGB Variations
Color information
#FD057E (or 0xFD057E) is known color: Deep Pink. HEX triplet: FD, 05 and 7E. RGB value is (253,5,126). Sum of RGB (Red+Green+Blue) = 253+5+126=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD057E is #02FA81. Grayscale: #5C5C5C. Windows color (decimal): -195202 or 8259069. OLE color: 8259069.
HSL color Cylindrical-coordinate representation of color #FD057E: hue angle of 330.73º 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 #FD057E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.01 |
| HSL | 330.73º | 0.98% | 0.51% | - |
| HSV(B) | 330.73º | 0.98% | 0.99% | - |
| XYZ | 44.33 | 22.5 | 21.74 | - |
| YUV | 92.95 | 146.66 | 242.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 126 | 0 | 0.98 | 0.50 | 0.01 | 330.73 | 0.98 | 0.51 |
| Hex | FD | 5 | 7E | 0 | 62 | 32 | 1 | 14B | 62 | 33 |
| Octal | 375 | 5 | 176 | 0 | 142 | 62 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 101 | 1111110 | 0 | 1100010 | 110010 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD057E
Complementary color
Monochromatic Colors of #FD057E
Black with #FD057E
Text Example
Text Example
White with #FD057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD057E; }
p { color: rgb(253,5,126); }
H1.HeaderClassName
{
color: #FD057E;
}
.AnyTagClassName
{
color: #FD057E;
}
</style>
background-color css
<style>
a { background-color: #FD057E; }
a { background-color: rgb(253,5,126); }
div.DivClassName
{
background-color: #FD057E;
}
.BgClassName
{
background-color: #FD057E;
}
</style>
border-color css
<style>
span { border-color: #FD057E; }
span { border-color: rgb(253,5,126); }
td.TdClassName
{
border-color: #FD057E;
}
.TagClassName
{
border-color: #FD057E;
}
</style>