Shades of Deep Pink #FD248D
Tints of Deep Pink #FD248D
RGB
CMYK
RGB Variations
Color information
#FD248D (or 0xFD248D) is known color: Deep Pink. HEX triplet: FD, 24 and 8D. RGB value is (253,36,141). Sum of RGB (Red+Green+Blue) = 253+36+141=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD248D is #02DB72. Grayscale: #707070. Windows color (decimal): -187251 or 9250045. OLE color: 9250045.
HSL color Cylindrical-coordinate representation of color #FD248D: hue angle of 330.97º 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 #FD248D is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 141 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.01 |
| HSL | 330.97º | 0.98% | 0.57% | - |
| HSV(B) | 330.97º | 0.86% | 0.99% | - |
| XYZ | 45.95 | 24.07 | 27.42 | - |
| YUV | 112.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 141 | 0 | 0.86 | 0.44 | 0.01 | 330.97 | 0.98 | 0.57 |
| Hex | FD | 24 | 8D | 0 | 56 | 2C | 1 | 14B | 62 | 39 |
| Octal | 375 | 44 | 215 | 0 | 126 | 54 | 1 | 513 | 142 | 71 |
| Binary | 11111101 | 100100 | 10001101 | 0 | 1010110 | 101100 | 1 | 101001011 | 1100010 | 111001 |
Color Harmonies of #FD248D
Complementary color
Monochromatic Colors of #FD248D
Black with #FD248D
Text Example
Text Example
White with #FD248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD248D; }
p { color: rgb(253,36,141); }
H1.HeaderClassName
{
color: #FD248D;
}
.AnyTagClassName
{
color: #FD248D;
}
</style>
background-color css
<style>
a { background-color: #FD248D; }
a { background-color: rgb(253,36,141); }
div.DivClassName
{
background-color: #FD248D;
}
.BgClassName
{
background-color: #FD248D;
}
</style>
border-color css
<style>
span { border-color: #FD248D; }
span { border-color: rgb(253,36,141); }
td.TdClassName
{
border-color: #FD248D;
}
.TagClassName
{
border-color: #FD248D;
}
</style>