Shades of Deep Pink #FD038D
Tints of Deep Pink #FD038D
RGB
CMYK
RGB Variations
Color information
#FD038D (or 0xFD038D) is known color: Deep Pink. HEX triplet: FD, 03 and 8D. RGB value is (253,3,141). Sum of RGB (Red+Green+Blue) = 253+3+141=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD038D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD038D is #02FC72. Grayscale: #5D5D5D. Windows color (decimal): -195699 or 9241597. OLE color: 9241597.
HSL color Cylindrical-coordinate representation of color #FD038D: hue angle of 326.88º 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 #FD038D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.01 |
| HSL | 326.88º | 0.98% | 0.5% | - |
| HSV(B) | 326.88º | 0.99% | 0.99% | - |
| XYZ | 45.35 | 22.87 | 27.22 | - |
| YUV | 93.48 | 154.83 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 141 | 0 | 0.99 | 0.44 | 0.01 | 326.88 | 0.98 | 0.5 |
| Hex | FD | 3 | 8D | 0 | 63 | 2C | 1 | 147 | 62 | 32 |
| Octal | 375 | 3 | 215 | 0 | 143 | 54 | 1 | 507 | 142 | 62 |
| Binary | 11111101 | 11 | 10001101 | 0 | 1100011 | 101100 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FD038D
Complementary color
Monochromatic Colors of #FD038D
Black with #FD038D
Text Example
Text Example
White with #FD038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD038D; }
p { color: rgb(253,3,141); }
H1.HeaderClassName
{
color: #FD038D;
}
.AnyTagClassName
{
color: #FD038D;
}
</style>
background-color css
<style>
a { background-color: #FD038D; }
a { background-color: rgb(253,3,141); }
div.DivClassName
{
background-color: #FD038D;
}
.BgClassName
{
background-color: #FD038D;
}
</style>
border-color css
<style>
span { border-color: #FD038D; }
span { border-color: rgb(253,3,141); }
td.TdClassName
{
border-color: #FD038D;
}
.TagClassName
{
border-color: #FD038D;
}
</style>