Shades of Deep Pink #FD1A7A
Tints of Deep Pink #FD1A7A
RGB
CMYK
RGB Variations
Color information
#FD1A7A (or 0xFD1A7A) is known color: Deep Pink. HEX triplet: FD, 1A and 7A. RGB value is (253,26,122). Sum of RGB (Red+Green+Blue) = 253+26+122=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A7A is #02E585. Grayscale: #686868. Windows color (decimal): -189830 or 8002301. OLE color: 8002301.
HSL color Cylindrical-coordinate representation of color #FD1A7A: hue angle of 334.63º 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 #FD1A7A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 122 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.01 |
| HSL | 334.63º | 0.98% | 0.55% | - |
| HSV(B) | 334.63º | 0.9% | 0.99% | - |
| XYZ | 44.39 | 23.03 | 20.52 | - |
| YUV | 104.82 | 137.71 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 122 | 0 | 0.90 | 0.52 | 0.01 | 334.63 | 0.98 | 0.55 |
| Hex | FD | 1A | 7A | 0 | 5A | 34 | 1 | 14F | 62 | 37 |
| Octal | 375 | 32 | 172 | 0 | 132 | 64 | 1 | 517 | 142 | 67 |
| Binary | 11111101 | 11010 | 1111010 | 0 | 1011010 | 110100 | 1 | 101001111 | 1100010 | 110111 |
Color Harmonies of #FD1A7A
Complementary color
Monochromatic Colors of #FD1A7A
Black with #FD1A7A
Text Example
Text Example
White with #FD1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A7A; }
p { color: rgb(253,26,122); }
H1.HeaderClassName
{
color: #FD1A7A;
}
.AnyTagClassName
{
color: #FD1A7A;
}
</style>
background-color css
<style>
a { background-color: #FD1A7A; }
a { background-color: rgb(253,26,122); }
div.DivClassName
{
background-color: #FD1A7A;
}
.BgClassName
{
background-color: #FD1A7A;
}
</style>
border-color css
<style>
span { border-color: #FD1A7A; }
span { border-color: rgb(253,26,122); }
td.TdClassName
{
border-color: #FD1A7A;
}
.TagClassName
{
border-color: #FD1A7A;
}
</style>