Shades of Deep Pink #FD1481
Tints of Deep Pink #FD1481
RGB
CMYK
RGB Variations
Color information
#FD1481 (or 0xFD1481) is known color: Deep Pink. HEX triplet: FD, 14 and 81. RGB value is (253,20,129). Sum of RGB (Red+Green+Blue) = 253+20+129=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1481 is #02EB7E. Grayscale: #656565. Windows color (decimal): -191359 or 8459517. OLE color: 8459517.
HSL color Cylindrical-coordinate representation of color #FD1481: hue angle of 331.93º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1481 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 129 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.01 |
| HSL | 331.93º | 0.98% | 0.54% | - |
| HSV(B) | 331.93º | 0.92% | 0.99% | - |
| XYZ | 44.72 | 22.97 | 22.85 | - |
| YUV | 102.09 | 143.19 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 129 | 0 | 0.92 | 0.49 | 0.01 | 331.93 | 0.98 | 0.54 |
| Hex | FD | 14 | 81 | 0 | 5C | 31 | 1 | 14C | 62 | 36 |
| Octal | 375 | 24 | 201 | 0 | 134 | 61 | 1 | 514 | 142 | 66 |
| Binary | 11111101 | 10100 | 10000001 | 0 | 1011100 | 110001 | 1 | 101001100 | 1100010 | 110110 |
Color Harmonies of #FD1481
Complementary color
Monochromatic Colors of #FD1481
Black with #FD1481
Text Example
Text Example
White with #FD1481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1481; }
p { color: rgb(253,20,129); }
H1.HeaderClassName
{
color: #FD1481;
}
.AnyTagClassName
{
color: #FD1481;
}
</style>
background-color css
<style>
a { background-color: #FD1481; }
a { background-color: rgb(253,20,129); }
div.DivClassName
{
background-color: #FD1481;
}
.BgClassName
{
background-color: #FD1481;
}
</style>
border-color css
<style>
span { border-color: #FD1481; }
span { border-color: rgb(253,20,129); }
td.TdClassName
{
border-color: #FD1481;
}
.TagClassName
{
border-color: #FD1481;
}
</style>