Shades of Deep Pink #FD2483
Tints of Deep Pink #FD2483
RGB
CMYK
RGB Variations
Color information
#FD2483 (or 0xFD2483) is known color: Deep Pink. HEX triplet: FD, 24 and 83. RGB value is (253,36,131). Sum of RGB (Red+Green+Blue) = 253+36+131=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2483 is #02DB7C. Grayscale: #6F6F6F. Windows color (decimal): -187261 or 8594685. OLE color: 8594685.
HSL color Cylindrical-coordinate representation of color #FD2483: hue angle of 333.73º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2483 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 131 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.01 |
| HSL | 333.73º | 0.98% | 0.57% | - |
| HSV(B) | 333.73º | 0.86% | 0.99% | - |
| XYZ | 45.24 | 23.78 | 23.68 | - |
| YUV | 111.71 | 138.89 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 131 | 0 | 0.86 | 0.48 | 0.01 | 333.73 | 0.98 | 0.57 |
| Hex | FD | 24 | 83 | 0 | 56 | 30 | 1 | 14E | 62 | 39 |
| Octal | 375 | 44 | 203 | 0 | 126 | 60 | 1 | 516 | 142 | 71 |
| Binary | 11111101 | 100100 | 10000011 | 0 | 1010110 | 110000 | 1 | 101001110 | 1100010 | 111001 |
Color Harmonies of #FD2483
Complementary color
Monochromatic Colors of #FD2483
Black with #FD2483
Text Example
Text Example
White with #FD2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2483; }
p { color: rgb(253,36,131); }
H1.HeaderClassName
{
color: #FD2483;
}
.AnyTagClassName
{
color: #FD2483;
}
</style>
background-color css
<style>
a { background-color: #FD2483; }
a { background-color: rgb(253,36,131); }
div.DivClassName
{
background-color: #FD2483;
}
.BgClassName
{
background-color: #FD2483;
}
</style>
border-color css
<style>
span { border-color: #FD2483; }
span { border-color: rgb(253,36,131); }
td.TdClassName
{
border-color: #FD2483;
}
.TagClassName
{
border-color: #FD2483;
}
</style>