Shades of Deep Pink #FD1A81
Tints of Deep Pink #FD1A81
RGB
CMYK
RGB Variations
Color information
#FD1A81 (or 0xFD1A81) is known color: Deep Pink. HEX triplet: FD, 1A and 81. RGB value is (253,26,129). Sum of RGB (Red+Green+Blue) = 253+26+129=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1A81 is #02E57E. Grayscale: #696969. Windows color (decimal): -189823 or 8461053. OLE color: 8461053.
HSL color Cylindrical-coordinate representation of color #FD1A81: hue angle of 332.78º 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 #FD1A81 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 129 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.01 |
| HSL | 332.78º | 0.98% | 0.55% | - |
| HSV(B) | 332.78º | 0.9% | 0.99% | - |
| XYZ | 44.84 | 23.21 | 22.88 | - |
| YUV | 105.62 | 141.21 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 129 | 0 | 0.90 | 0.49 | 0.01 | 332.78 | 0.98 | 0.55 |
| Hex | FD | 1A | 81 | 0 | 5A | 31 | 1 | 14D | 62 | 37 |
| Octal | 375 | 32 | 201 | 0 | 132 | 61 | 1 | 515 | 142 | 67 |
| Binary | 11111101 | 11010 | 10000001 | 0 | 1011010 | 110001 | 1 | 101001101 | 1100010 | 110111 |
Color Harmonies of #FD1A81
Complementary color
Monochromatic Colors of #FD1A81
Black with #FD1A81
Text Example
Text Example
White with #FD1A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A81; }
p { color: rgb(253,26,129); }
H1.HeaderClassName
{
color: #FD1A81;
}
.AnyTagClassName
{
color: #FD1A81;
}
</style>
background-color css
<style>
a { background-color: #FD1A81; }
a { background-color: rgb(253,26,129); }
div.DivClassName
{
background-color: #FD1A81;
}
.BgClassName
{
background-color: #FD1A81;
}
</style>
border-color css
<style>
span { border-color: #FD1A81; }
span { border-color: rgb(253,26,129); }
td.TdClassName
{
border-color: #FD1A81;
}
.TagClassName
{
border-color: #FD1A81;
}
</style>