Shades of Deep Pink #FD057B
Tints of Deep Pink #FD057B
RGB
CMYK
RGB Variations
Color information
#FD057B (or 0xFD057B) is known color: Deep Pink. HEX triplet: FD, 05 and 7B. RGB value is (253,5,123). Sum of RGB (Red+Green+Blue) = 253+5+123=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD057B is #02FA84. Grayscale: #5C5C5C. Windows color (decimal): -195205 or 8062461. OLE color: 8062461.
HSL color Cylindrical-coordinate representation of color #FD057B: hue angle of 331.45º 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 #FD057B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.01 |
| HSL | 331.45º | 0.98% | 0.51% | - |
| HSV(B) | 331.45º | 0.98% | 0.99% | - |
| XYZ | 44.14 | 22.42 | 20.74 | - |
| YUV | 92.6 | 145.16 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 123 | 0 | 0.98 | 0.51 | 0.01 | 331.45 | 0.98 | 0.51 |
| Hex | FD | 5 | 7B | 0 | 62 | 33 | 1 | 14B | 62 | 33 |
| Octal | 375 | 5 | 173 | 0 | 142 | 63 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 101 | 1111011 | 0 | 1100010 | 110011 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD057B
Complementary color
Monochromatic Colors of #FD057B
Black with #FD057B
Text Example
Text Example
White with #FD057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD057B; }
p { color: rgb(253,5,123); }
H1.HeaderClassName
{
color: #FD057B;
}
.AnyTagClassName
{
color: #FD057B;
}
</style>
background-color css
<style>
a { background-color: #FD057B; }
a { background-color: rgb(253,5,123); }
div.DivClassName
{
background-color: #FD057B;
}
.BgClassName
{
background-color: #FD057B;
}
</style>
border-color css
<style>
span { border-color: #FD057B; }
span { border-color: rgb(253,5,123); }
td.TdClassName
{
border-color: #FD057B;
}
.TagClassName
{
border-color: #FD057B;
}
</style>