Shades of Deep Pink #FD247E
Tints of Deep Pink #FD247E
RGB
CMYK
RGB Variations
Color information
#FD247E (or 0xFD247E) is known color: Deep Pink. HEX triplet: FD, 24 and 7E. RGB value is (253,36,126). Sum of RGB (Red+Green+Blue) = 253+36+126=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD247E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD247E is #02DB81. Grayscale: #6E6E6E. Windows color (decimal): -187266 or 8267005. OLE color: 8267005.
HSL color Cylindrical-coordinate representation of color #FD247E: hue angle of 335.12º 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 #FD247E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 126 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.01 |
| HSL | 335.12º | 0.98% | 0.57% | - |
| HSV(B) | 335.12º | 0.86% | 0.99% | - |
| XYZ | 44.9 | 23.65 | 21.94 | - |
| YUV | 111.14 | 136.39 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 126 | 0 | 0.86 | 0.50 | 0.01 | 335.12 | 0.98 | 0.57 |
| Hex | FD | 24 | 7E | 0 | 56 | 32 | 1 | 14F | 62 | 39 |
| Octal | 375 | 44 | 176 | 0 | 126 | 62 | 1 | 517 | 142 | 71 |
| Binary | 11111101 | 100100 | 1111110 | 0 | 1010110 | 110010 | 1 | 101001111 | 1100010 | 111001 |
Color Harmonies of #FD247E
Complementary color
Monochromatic Colors of #FD247E
Black with #FD247E
Text Example
Text Example
White with #FD247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD247E; }
p { color: rgb(253,36,126); }
H1.HeaderClassName
{
color: #FD247E;
}
.AnyTagClassName
{
color: #FD247E;
}
</style>
background-color css
<style>
a { background-color: #FD247E; }
a { background-color: rgb(253,36,126); }
div.DivClassName
{
background-color: #FD247E;
}
.BgClassName
{
background-color: #FD247E;
}
</style>
border-color css
<style>
span { border-color: #FD247E; }
span { border-color: rgb(253,36,126); }
td.TdClassName
{
border-color: #FD247E;
}
.TagClassName
{
border-color: #FD247E;
}
</style>