Shades of Deep Pink #FD038E
Tints of Deep Pink #FD038E
RGB
CMYK
RGB Variations
Color information
#FD038E (or 0xFD038E) is known color: Deep Pink. HEX triplet: FD, 03 and 8E. RGB value is (253,3,142). Sum of RGB (Red+Green+Blue) = 253+3+142=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD038E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD038E is #02FC71. Grayscale: #5D5D5D. Windows color (decimal): -195698 or 9307133. OLE color: 9307133.
HSL color Cylindrical-coordinate representation of color #FD038E: hue angle of 326.64º 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 #FD038E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.01 |
| HSL | 326.64º | 0.98% | 0.5% | - |
| HSV(B) | 326.64º | 0.99% | 0.99% | - |
| XYZ | 45.42 | 22.9 | 27.62 | - |
| YUV | 93.6 | 155.33 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 142 | 0 | 0.99 | 0.44 | 0.01 | 326.64 | 0.98 | 0.5 |
| Hex | FD | 3 | 8E | 0 | 63 | 2C | 1 | 147 | 62 | 32 |
| Octal | 375 | 3 | 216 | 0 | 143 | 54 | 1 | 507 | 142 | 62 |
| Binary | 11111101 | 11 | 10001110 | 0 | 1100011 | 101100 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FD038E
Complementary color
Monochromatic Colors of #FD038E
Black with #FD038E
Text Example
Text Example
White with #FD038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD038E; }
p { color: rgb(253,3,142); }
H1.HeaderClassName
{
color: #FD038E;
}
.AnyTagClassName
{
color: #FD038E;
}
</style>
background-color css
<style>
a { background-color: #FD038E; }
a { background-color: rgb(253,3,142); }
div.DivClassName
{
background-color: #FD038E;
}
.BgClassName
{
background-color: #FD038E;
}
</style>
border-color css
<style>
span { border-color: #FD038E; }
span { border-color: rgb(253,3,142); }
td.TdClassName
{
border-color: #FD038E;
}
.TagClassName
{
border-color: #FD038E;
}
</style>