Shades of Deep Pink #FD2581
Tints of Deep Pink #FD2581
RGB
CMYK
RGB Variations
Color information
#FD2581 (or 0xFD2581) is known color: Deep Pink. HEX triplet: FD, 25 and 81. RGB value is (253,37,129). Sum of RGB (Red+Green+Blue) = 253+37+129=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2581 is #02DA7E. Grayscale: #6F6F6F. Windows color (decimal): -187007 or 8463869. OLE color: 8463869.
HSL color Cylindrical-coordinate representation of color #FD2581: hue angle of 334.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2581 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 129 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.01 |
| HSL | 334.44º | 0.98% | 0.57% | - |
| HSV(B) | 334.44º | 0.85% | 0.99% | - |
| XYZ | 45.13 | 23.79 | 22.98 | - |
| YUV | 112.07 | 137.56 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 129 | 0 | 0.85 | 0.49 | 0.01 | 334.44 | 0.98 | 0.57 |
| Hex | FD | 25 | 81 | 0 | 55 | 31 | 1 | 14E | 62 | 39 |
| Octal | 375 | 45 | 201 | 0 | 125 | 61 | 1 | 516 | 142 | 71 |
| Binary | 11111101 | 100101 | 10000001 | 0 | 1010101 | 110001 | 1 | 101001110 | 1100010 | 111001 |
Color Harmonies of #FD2581
Complementary color
Monochromatic Colors of #FD2581
Black with #FD2581
Text Example
Text Example
White with #FD2581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2581; }
p { color: rgb(253,37,129); }
H1.HeaderClassName
{
color: #FD2581;
}
.AnyTagClassName
{
color: #FD2581;
}
</style>
background-color css
<style>
a { background-color: #FD2581; }
a { background-color: rgb(253,37,129); }
div.DivClassName
{
background-color: #FD2581;
}
.BgClassName
{
background-color: #FD2581;
}
</style>
border-color css
<style>
span { border-color: #FD2581; }
span { border-color: rgb(253,37,129); }
td.TdClassName
{
border-color: #FD2581;
}
.TagClassName
{
border-color: #FD2581;
}
</style>