Shades of Deep Pink #FD037C
Tints of Deep Pink #FD037C
RGB
CMYK
RGB Variations
Color information
#FD037C (or 0xFD037C) is known color: Deep Pink. HEX triplet: FD, 03 and 7C. RGB value is (253,3,124). Sum of RGB (Red+Green+Blue) = 253+3+124=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD037C is #02FC83. Grayscale: #5B5B5B. Windows color (decimal): -195716 or 8127485. OLE color: 8127485.
HSL color Cylindrical-coordinate representation of color #FD037C: hue angle of 330.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD037C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.01 |
| HSL | 330.96º | 0.98% | 0.5% | - |
| HSV(B) | 330.96º | 0.99% | 0.99% | - |
| XYZ | 44.18 | 22.4 | 21.06 | - |
| YUV | 91.54 | 146.33 | 243.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 124 | 0 | 0.99 | 0.51 | 0.01 | 330.96 | 0.98 | 0.5 |
| Hex | FD | 3 | 7C | 0 | 63 | 33 | 1 | 14B | 62 | 32 |
| Octal | 375 | 3 | 174 | 0 | 143 | 63 | 1 | 513 | 142 | 62 |
| Binary | 11111101 | 11 | 1111100 | 0 | 1100011 | 110011 | 1 | 101001011 | 1100010 | 110010 |
Color Harmonies of #FD037C
Complementary color
Monochromatic Colors of #FD037C
Black with #FD037C
Text Example
Text Example
White with #FD037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD037C; }
p { color: rgb(253,3,124); }
H1.HeaderClassName
{
color: #FD037C;
}
.AnyTagClassName
{
color: #FD037C;
}
</style>
background-color css
<style>
a { background-color: #FD037C; }
a { background-color: rgb(253,3,124); }
div.DivClassName
{
background-color: #FD037C;
}
.BgClassName
{
background-color: #FD037C;
}
</style>
border-color css
<style>
span { border-color: #FD037C; }
span { border-color: rgb(253,3,124); }
td.TdClassName
{
border-color: #FD037C;
}
.TagClassName
{
border-color: #FD037C;
}
</style>