Shades of Deep Pink #FD1A7E
Tints of Deep Pink #FD1A7E
RGB
CMYK
RGB Variations
Color information
#FD1A7E (or 0xFD1A7E) is known color: Deep Pink. HEX triplet: FD, 1A and 7E. RGB value is (253,26,126). Sum of RGB (Red+Green+Blue) = 253+26+126=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A7E is #02E581. Grayscale: #696969. Windows color (decimal): -189826 or 8264445. OLE color: 8264445.
HSL color Cylindrical-coordinate representation of color #FD1A7E: hue angle of 333.57º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1A7E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 126 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.01 |
| HSL | 333.57º | 0.98% | 0.55% | - |
| HSV(B) | 333.57º | 0.9% | 0.99% | - |
| XYZ | 44.64 | 23.13 | 21.85 | - |
| YUV | 105.27 | 139.71 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 126 | 0 | 0.90 | 0.50 | 0.01 | 333.57 | 0.98 | 0.55 |
| Hex | FD | 1A | 7E | 0 | 5A | 32 | 1 | 14E | 62 | 37 |
| Octal | 375 | 32 | 176 | 0 | 132 | 62 | 1 | 516 | 142 | 67 |
| Binary | 11111101 | 11010 | 1111110 | 0 | 1011010 | 110010 | 1 | 101001110 | 1100010 | 110111 |
Color Harmonies of #FD1A7E
Complementary color
Monochromatic Colors of #FD1A7E
Black with #FD1A7E
Text Example
Text Example
White with #FD1A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A7E; }
p { color: rgb(253,26,126); }
H1.HeaderClassName
{
color: #FD1A7E;
}
.AnyTagClassName
{
color: #FD1A7E;
}
</style>
background-color css
<style>
a { background-color: #FD1A7E; }
a { background-color: rgb(253,26,126); }
div.DivClassName
{
background-color: #FD1A7E;
}
.BgClassName
{
background-color: #FD1A7E;
}
</style>
border-color css
<style>
span { border-color: #FD1A7E; }
span { border-color: rgb(253,26,126); }
td.TdClassName
{
border-color: #FD1A7E;
}
.TagClassName
{
border-color: #FD1A7E;
}
</style>