Shades of Deep Pink #FD247F
Tints of Deep Pink #FD247F
RGB
CMYK
RGB Variations
Color information
#FD247F (or 0xFD247F) is known color: Deep Pink. HEX triplet: FD, 24 and 7F. RGB value is (253,36,127). Sum of RGB (Red+Green+Blue) = 253+36+127=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD247F is #02DB80. Grayscale: #6F6F6F. Windows color (decimal): -187265 or 8332541. OLE color: 8332541.
HSL color Cylindrical-coordinate representation of color #FD247F: hue angle of 334.84º 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 #FD247F is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 127 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.01 |
| HSL | 334.84º | 0.98% | 0.57% | - |
| HSV(B) | 334.84º | 0.86% | 0.99% | - |
| XYZ | 44.97 | 23.68 | 22.28 | - |
| YUV | 111.26 | 136.89 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 127 | 0 | 0.86 | 0.50 | 0.01 | 334.84 | 0.98 | 0.57 |
| Hex | FD | 24 | 7F | 0 | 56 | 32 | 1 | 14F | 62 | 39 |
| Octal | 375 | 44 | 177 | 0 | 126 | 62 | 1 | 517 | 142 | 71 |
| Binary | 11111101 | 100100 | 1111111 | 0 | 1010110 | 110010 | 1 | 101001111 | 1100010 | 111001 |
Color Harmonies of #FD247F
Complementary color
Monochromatic Colors of #FD247F
Black with #FD247F
Text Example
Text Example
White with #FD247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD247F; }
p { color: rgb(253,36,127); }
H1.HeaderClassName
{
color: #FD247F;
}
.AnyTagClassName
{
color: #FD247F;
}
</style>
background-color css
<style>
a { background-color: #FD247F; }
a { background-color: rgb(253,36,127); }
div.DivClassName
{
background-color: #FD247F;
}
.BgClassName
{
background-color: #FD247F;
}
</style>
border-color css
<style>
span { border-color: #FD247F; }
span { border-color: rgb(253,36,127); }
td.TdClassName
{
border-color: #FD247F;
}
.TagClassName
{
border-color: #FD247F;
}
</style>