Shades of Deep Pink #FE237C
Tints of Deep Pink #FE237C
RGB
CMYK
RGB Variations
Color information
#FE237C (or 0xFE237C) is known color: Deep Pink. HEX triplet: FE, 23 and 7C. RGB value is (254,35,124). Sum of RGB (Red+Green+Blue) = 254+35+124=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE237C is #01DC83. Grayscale: #6E6E6E. Windows color (decimal): -121988 or 8135678. OLE color: 8135678.
HSL color Cylindrical-coordinate representation of color #FE237C: hue angle of 335.62º 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 #FE237C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 124 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.00 |
| HSL | 335.62º | 0.99% | 0.57% | - |
| HSV(B) | 335.62º | 0.86% | 1% | - |
| XYZ | 45.11 | 23.73 | 21.27 | - |
| YUV | 110.63 | 135.55 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 124 | 0 | 0.86 | 0.51 | 0.00 | 335.62 | 0.99 | 0.57 |
| Hex | FE | 23 | 7C | 0 | 56 | 33 | 0 | 150 | 63 | 39 |
| Octal | 376 | 43 | 174 | 0 | 126 | 63 | 0 | 520 | 143 | 71 |
| Binary | 11111110 | 100011 | 1111100 | 0 | 1010110 | 110011 | 0 | 101010000 | 1100011 | 111001 |
Color Harmonies of #FE237C
Complementary color
Monochromatic Colors of #FE237C
Black with #FE237C
Text Example
Text Example
White with #FE237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE237C; }
p { color: rgb(254,35,124); }
H1.HeaderClassName
{
color: #FE237C;
}
.AnyTagClassName
{
color: #FE237C;
}
</style>
background-color css
<style>
a { background-color: #FE237C; }
a { background-color: rgb(254,35,124); }
div.DivClassName
{
background-color: #FE237C;
}
.BgClassName
{
background-color: #FE237C;
}
</style>
border-color css
<style>
span { border-color: #FE237C; }
span { border-color: rgb(254,35,124); }
td.TdClassName
{
border-color: #FE237C;
}
.TagClassName
{
border-color: #FE237C;
}
</style>