Shades of Deep Pink #FD0281
Tints of Deep Pink #FD0281
RGB
CMYK
RGB Variations
Color information
#FD0281 (or 0xFD0281) is known color: Deep Pink. HEX triplet: FD, 02 and 81. RGB value is (253,2,129). Sum of RGB (Red+Green+Blue) = 253+2+129=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0281 is #02FD7E. Grayscale: #5B5B5B. Windows color (decimal): -195967 or 8454909. OLE color: 8454909.
HSL color Cylindrical-coordinate representation of color #FD0281: hue angle of 329.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0281 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.01 |
| HSL | 329.64º | 0.98% | 0.5% | - |
| HSV(B) | 329.64º | 0.99% | 0.99% | - |
| XYZ | 44.49 | 22.51 | 22.77 | - |
| YUV | 91.53 | 149.16 | 243.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 129 | 0 | 0.99 | 0.49 | 0.01 | 329.64 | 0.98 | 0.5 |
| Hex | FD | 2 | 81 | 0 | 63 | 31 | 1 | 14A | 62 | 32 |
| Octal | 375 | 2 | 201 | 0 | 143 | 61 | 1 | 512 | 142 | 62 |
| Binary | 11111101 | 10 | 10000001 | 0 | 1100011 | 110001 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FD0281
Complementary color
Monochromatic Colors of #FD0281
Black with #FD0281
Text Example
Text Example
White with #FD0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0281; }
p { color: rgb(253,2,129); }
H1.HeaderClassName
{
color: #FD0281;
}
.AnyTagClassName
{
color: #FD0281;
}
</style>
background-color css
<style>
a { background-color: #FD0281; }
a { background-color: rgb(253,2,129); }
div.DivClassName
{
background-color: #FD0281;
}
.BgClassName
{
background-color: #FD0281;
}
</style>
border-color css
<style>
span { border-color: #FD0281; }
span { border-color: rgb(253,2,129); }
td.TdClassName
{
border-color: #FD0281;
}
.TagClassName
{
border-color: #FD0281;
}
</style>