Shades of Deep Pink #FE247D
Tints of Deep Pink #FE247D
RGB
CMYK
RGB Variations
Color information
#FE247D (or 0xFE247D) is known color: Deep Pink. HEX triplet: FE, 24 and 7D. RGB value is (254,36,125). Sum of RGB (Red+Green+Blue) = 254+36+125=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE247D is #01DB82. Grayscale: #6F6F6F. Windows color (decimal): -121731 or 8201470. OLE color: 8201470.
HSL color Cylindrical-coordinate representation of color #FE247D: hue angle of 335.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE247D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 125 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.00 |
| HSL | 335.5º | 0.99% | 0.57% | - |
| HSV(B) | 335.5º | 0.86% | 1% | - |
| XYZ | 45.21 | 23.81 | 21.62 | - |
| YUV | 111.33 | 135.72 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 125 | 0 | 0.86 | 0.51 | 0.00 | 335.5 | 0.99 | 0.57 |
| Hex | FE | 24 | 7D | 0 | 56 | 33 | 0 | 150 | 63 | 39 |
| Octal | 376 | 44 | 175 | 0 | 126 | 63 | 0 | 520 | 143 | 71 |
| Binary | 11111110 | 100100 | 1111101 | 0 | 1010110 | 110011 | 0 | 101010000 | 1100011 | 111001 |
Color Harmonies of #FE247D
Complementary color
Monochromatic Colors of #FE247D
Black with #FE247D
Text Example
Text Example
White with #FE247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE247D; }
p { color: rgb(254,36,125); }
H1.HeaderClassName
{
color: #FE247D;
}
.AnyTagClassName
{
color: #FE247D;
}
</style>
background-color css
<style>
a { background-color: #FE247D; }
a { background-color: rgb(254,36,125); }
div.DivClassName
{
background-color: #FE247D;
}
.BgClassName
{
background-color: #FE247D;
}
</style>
border-color css
<style>
span { border-color: #FE247D; }
span { border-color: rgb(254,36,125); }
td.TdClassName
{
border-color: #FE247D;
}
.TagClassName
{
border-color: #FE247D;
}
</style>