Shades of Deep Pink #FD037F
Tints of Deep Pink #FD037F
RGB
CMYK
RGB Variations
Color information
#FD037F (or 0xFD037F) is known color: Deep Pink. HEX triplet: FD, 03 and 7F. RGB value is (253,3,127). Sum of RGB (Red+Green+Blue) = 253+3+127=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD037F is #02FC80. Grayscale: #5B5B5B. Windows color (decimal): -195713 or 8324093. OLE color: 8324093.
HSL color Cylindrical-coordinate representation of color #FD037F: hue angle of 330.24º 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 #FD037F is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.01 |
| HSL | 330.24º | 0.98% | 0.5% | - |
| HSV(B) | 330.24º | 0.99% | 0.99% | - |
| XYZ | 44.37 | 22.48 | 22.08 | - |
| YUV | 91.89 | 147.83 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 127 | 0 | 0.99 | 0.50 | 0.01 | 330.24 | 0.98 | 0.5 |
| Hex | FD | 3 | 7F | 0 | 63 | 32 | 1 | 14A | 62 | 32 |
| Octal | 375 | 3 | 177 | 0 | 143 | 62 | 1 | 512 | 142 | 62 |
| Binary | 11111101 | 11 | 1111111 | 0 | 1100011 | 110010 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FD037F
Complementary color
Monochromatic Colors of #FD037F
Black with #FD037F
Text Example
Text Example
White with #FD037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD037F; }
p { color: rgb(253,3,127); }
H1.HeaderClassName
{
color: #FD037F;
}
.AnyTagClassName
{
color: #FD037F;
}
</style>
background-color css
<style>
a { background-color: #FD037F; }
a { background-color: rgb(253,3,127); }
div.DivClassName
{
background-color: #FD037F;
}
.BgClassName
{
background-color: #FD037F;
}
</style>
border-color css
<style>
span { border-color: #FD037F; }
span { border-color: rgb(253,3,127); }
td.TdClassName
{
border-color: #FD037F;
}
.TagClassName
{
border-color: #FD037F;
}
</style>