Shades of Deep Pink #FD1E7E
Tints of Deep Pink #FD1E7E
RGB
CMYK
RGB Variations
Color information
#FD1E7E (or 0xFD1E7E) is known color: Deep Pink. HEX triplet: FD, 1E and 7E. RGB value is (253,30,126). Sum of RGB (Red+Green+Blue) = 253+30+126=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1E7E is #02E181. Grayscale: #6B6B6B. Windows color (decimal): -188802 or 8265469. OLE color: 8265469.
HSL color Cylindrical-coordinate representation of color #FD1E7E: hue angle of 334.17º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1E7E is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 126 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.01 |
| HSL | 334.17º | 0.98% | 0.55% | - |
| HSV(B) | 334.17º | 0.88% | 0.99% | - |
| XYZ | 44.74 | 23.32 | 21.88 | - |
| YUV | 107.62 | 138.38 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 126 | 0 | 0.88 | 0.50 | 0.01 | 334.17 | 0.98 | 0.55 |
| Hex | FD | 1E | 7E | 0 | 58 | 32 | 1 | 14E | 62 | 37 |
| Octal | 375 | 36 | 176 | 0 | 130 | 62 | 1 | 516 | 142 | 67 |
| Binary | 11111101 | 11110 | 1111110 | 0 | 1011000 | 110010 | 1 | 101001110 | 1100010 | 110111 |
Color Harmonies of #FD1E7E
Complementary color
Monochromatic Colors of #FD1E7E
Black with #FD1E7E
Text Example
Text Example
White with #FD1E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E7E; }
p { color: rgb(253,30,126); }
H1.HeaderClassName
{
color: #FD1E7E;
}
.AnyTagClassName
{
color: #FD1E7E;
}
</style>
background-color css
<style>
a { background-color: #FD1E7E; }
a { background-color: rgb(253,30,126); }
div.DivClassName
{
background-color: #FD1E7E;
}
.BgClassName
{
background-color: #FD1E7E;
}
</style>
border-color css
<style>
span { border-color: #FD1E7E; }
span { border-color: rgb(253,30,126); }
td.TdClassName
{
border-color: #FD1E7E;
}
.TagClassName
{
border-color: #FD1E7E;
}
</style>