Shades of Deep Pink #FD037E
Tints of Deep Pink #FD037E
RGB
CMYK
RGB Variations
Color information
#FD037E (or 0xFD037E) is known color: Deep Pink. HEX triplet: FD, 03 and 7E. RGB value is (253,3,126). Sum of RGB (Red+Green+Blue) = 253+3+126=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD037E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD037E is #02FC81. Grayscale: #5B5B5B. Windows color (decimal): -195714 or 8258557. OLE color: 8258557.
HSL color Cylindrical-coordinate representation of color #FD037E: hue angle of 330.48º 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 #FD037E is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 126 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.01 |
| HSL | 330.48º | 0.98% | 0.5% | - |
| HSV(B) | 330.48º | 0.99% | 0.99% | - |
| XYZ | 44.31 | 22.45 | 21.74 | - |
| YUV | 91.77 | 147.33 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 126 | 0 | 0.99 | 0.50 | 0.01 | 330.48 | 0.98 | 0.5 |
| Hex | FD | 3 | 7E | 0 | 63 | 32 | 1 | 14A | 62 | 32 |
| Octal | 375 | 3 | 176 | 0 | 143 | 62 | 1 | 512 | 142 | 62 |
| Binary | 11111101 | 11 | 1111110 | 0 | 1100011 | 110010 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FD037E
Complementary color
Monochromatic Colors of #FD037E
Black with #FD037E
Text Example
Text Example
White with #FD037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD037E; }
p { color: rgb(253,3,126); }
H1.HeaderClassName
{
color: #FD037E;
}
.AnyTagClassName
{
color: #FD037E;
}
</style>
background-color css
<style>
a { background-color: #FD037E; }
a { background-color: rgb(253,3,126); }
div.DivClassName
{
background-color: #FD037E;
}
.BgClassName
{
background-color: #FD037E;
}
</style>
border-color css
<style>
span { border-color: #FD037E; }
span { border-color: rgb(253,3,126); }
td.TdClassName
{
border-color: #FD037E;
}
.TagClassName
{
border-color: #FD037E;
}
</style>