Shades of Deep Pink #FE247E
Tints of Deep Pink #FE247E
RGB
CMYK
RGB Variations
Color information
#FE247E (or 0xFE247E) is known color: Deep Pink. HEX triplet: FE, 24 and 7E. RGB value is (254,36,126). Sum of RGB (Red+Green+Blue) = 254+36+126=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE247E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE247E is #01DB81. Grayscale: #6F6F6F. Windows color (decimal): -121730 or 8267006. OLE color: 8267006.
HSL color Cylindrical-coordinate representation of color #FE247E: hue angle of 335.23º 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 #FE247E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 126 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.00 |
| HSL | 335.23º | 0.99% | 0.57% | - |
| HSV(B) | 335.23º | 0.86% | 1% | - |
| XYZ | 45.27 | 23.84 | 21.95 | - |
| YUV | 111.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 126 | 0 | 0.86 | 0.50 | 0.00 | 335.23 | 0.99 | 0.57 |
| Hex | FE | 24 | 7E | 0 | 56 | 32 | 0 | 14F | 63 | 39 |
| Octal | 376 | 44 | 176 | 0 | 126 | 62 | 0 | 517 | 143 | 71 |
| Binary | 11111110 | 100100 | 1111110 | 0 | 1010110 | 110010 | 0 | 101001111 | 1100011 | 111001 |
Color Harmonies of #FE247E
Complementary color
Monochromatic Colors of #FE247E
Black with #FE247E
Text Example
Text Example
White with #FE247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE247E; }
p { color: rgb(254,36,126); }
H1.HeaderClassName
{
color: #FE247E;
}
.AnyTagClassName
{
color: #FE247E;
}
</style>
background-color css
<style>
a { background-color: #FE247E; }
a { background-color: rgb(254,36,126); }
div.DivClassName
{
background-color: #FE247E;
}
.BgClassName
{
background-color: #FE247E;
}
</style>
border-color css
<style>
span { border-color: #FE247E; }
span { border-color: rgb(254,36,126); }
td.TdClassName
{
border-color: #FE247E;
}
.TagClassName
{
border-color: #FE247E;
}
</style>