Shades of Deep Pink #FD1881
Tints of Deep Pink #FD1881
RGB
CMYK
RGB Variations
Color information
#FD1881 (or 0xFD1881) is known color: Deep Pink. HEX triplet: FD, 18 and 81. RGB value is (253,24,129). Sum of RGB (Red+Green+Blue) = 253+24+129=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1881 is #02E77E. Grayscale: #686868. Windows color (decimal): -190335 or 8460541. OLE color: 8460541.
HSL color Cylindrical-coordinate representation of color #FD1881: hue angle of 332.49º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1881 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 129 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.01 |
| HSL | 332.49º | 0.98% | 0.54% | - |
| HSV(B) | 332.49º | 0.91% | 0.99% | - |
| XYZ | 44.8 | 23.12 | 22.87 | - |
| YUV | 104.44 | 141.87 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 129 | 0 | 0.91 | 0.49 | 0.01 | 332.49 | 0.98 | 0.54 |
| Hex | FD | 18 | 81 | 0 | 5B | 31 | 1 | 14C | 62 | 36 |
| Octal | 375 | 30 | 201 | 0 | 133 | 61 | 1 | 514 | 142 | 66 |
| Binary | 11111101 | 11000 | 10000001 | 0 | 1011011 | 110001 | 1 | 101001100 | 1100010 | 110110 |
Color Harmonies of #FD1881
Complementary color
Monochromatic Colors of #FD1881
Black with #FD1881
Text Example
Text Example
White with #FD1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1881; }
p { color: rgb(253,24,129); }
H1.HeaderClassName
{
color: #FD1881;
}
.AnyTagClassName
{
color: #FD1881;
}
</style>
background-color css
<style>
a { background-color: #FD1881; }
a { background-color: rgb(253,24,129); }
div.DivClassName
{
background-color: #FD1881;
}
.BgClassName
{
background-color: #FD1881;
}
</style>
border-color css
<style>
span { border-color: #FD1881; }
span { border-color: rgb(253,24,129); }
td.TdClassName
{
border-color: #FD1881;
}
.TagClassName
{
border-color: #FD1881;
}
</style>