Shades of Deep Pink #FD1380
Tints of Deep Pink #FD1380
RGB
CMYK
RGB Variations
Color information
#FD1380 (or 0xFD1380) is known color: Deep Pink. HEX triplet: FD, 13 and 80. RGB value is (253,19,128). Sum of RGB (Red+Green+Blue) = 253+19+128=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1380 is #02EC7F. Grayscale: #656565. Windows color (decimal): -191616 or 8393725. OLE color: 8393725.
HSL color Cylindrical-coordinate representation of color #FD1380: hue angle of 332.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1380 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 128 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.01 |
| HSL | 332.05º | 0.98% | 0.53% | - |
| HSV(B) | 332.05º | 0.92% | 0.99% | - |
| XYZ | 44.64 | 22.91 | 22.49 | - |
| YUV | 101.39 | 143.02 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 128 | 0 | 0.92 | 0.49 | 0.01 | 332.05 | 0.98 | 0.53 |
| Hex | FD | 13 | 80 | 0 | 5C | 31 | 1 | 14C | 62 | 35 |
| Octal | 375 | 23 | 200 | 0 | 134 | 61 | 1 | 514 | 142 | 65 |
| Binary | 11111101 | 10011 | 10000000 | 0 | 1011100 | 110001 | 1 | 101001100 | 1100010 | 110101 |
Color Harmonies of #FD1380
Complementary color
Monochromatic Colors of #FD1380
Black with #FD1380
Text Example
Text Example
White with #FD1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1380; }
p { color: rgb(253,19,128); }
H1.HeaderClassName
{
color: #FD1380;
}
.AnyTagClassName
{
color: #FD1380;
}
</style>
background-color css
<style>
a { background-color: #FD1380; }
a { background-color: rgb(253,19,128); }
div.DivClassName
{
background-color: #FD1380;
}
.BgClassName
{
background-color: #FD1380;
}
</style>
border-color css
<style>
span { border-color: #FD1380; }
span { border-color: rgb(253,19,128); }
td.TdClassName
{
border-color: #FD1380;
}
.TagClassName
{
border-color: #FD1380;
}
</style>