Shades of Deep Pink #FE237B
Tints of Deep Pink #FE237B
RGB
CMYK
RGB Variations
Color information
#FE237B (or 0xFE237B) is known color: Deep Pink. HEX triplet: FE, 23 and 7B. RGB value is (254,35,123). Sum of RGB (Red+Green+Blue) = 254+35+123=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE237B is #01DC84. Grayscale: #6E6E6E. Windows color (decimal): -121989 or 8070142. OLE color: 8070142.
HSL color Cylindrical-coordinate representation of color #FE237B: hue angle of 335.89º 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 #FE237B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 123 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.00 |
| HSL | 335.89º | 0.99% | 0.57% | - |
| HSV(B) | 335.89º | 0.86% | 1% | - |
| XYZ | 45.05 | 23.7 | 20.94 | - |
| YUV | 110.51 | 135.05 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 123 | 0 | 0.86 | 0.52 | 0.00 | 335.89 | 0.99 | 0.57 |
| Hex | FE | 23 | 7B | 0 | 56 | 34 | 0 | 150 | 63 | 39 |
| Octal | 376 | 43 | 173 | 0 | 126 | 64 | 0 | 520 | 143 | 71 |
| Binary | 11111110 | 100011 | 1111011 | 0 | 1010110 | 110100 | 0 | 101010000 | 1100011 | 111001 |
Color Harmonies of #FE237B
Complementary color
Monochromatic Colors of #FE237B
Black with #FE237B
Text Example
Text Example
White with #FE237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE237B; }
p { color: rgb(254,35,123); }
H1.HeaderClassName
{
color: #FE237B;
}
.AnyTagClassName
{
color: #FE237B;
}
</style>
background-color css
<style>
a { background-color: #FE237B; }
a { background-color: rgb(254,35,123); }
div.DivClassName
{
background-color: #FE237B;
}
.BgClassName
{
background-color: #FE237B;
}
</style>
border-color css
<style>
span { border-color: #FE237B; }
span { border-color: rgb(254,35,123); }
td.TdClassName
{
border-color: #FE237B;
}
.TagClassName
{
border-color: #FE237B;
}
</style>