Shades of Deep Pink #FE238B
Tints of Deep Pink #FE238B
RGB
CMYK
RGB Variations
Color information
#FE238B (or 0xFE238B) is known color: Deep Pink. HEX triplet: FE, 23 and 8B. RGB value is (254,35,139). Sum of RGB (Red+Green+Blue) = 254+35+139=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE238B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE238B is #01DC74. Grayscale: #707070. Windows color (decimal): -121973 or 9118718. OLE color: 9118718.
HSL color Cylindrical-coordinate representation of color #FE238B: hue angle of 331.51º 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 #FE238B is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 139 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.00 |
| HSL | 331.51º | 0.99% | 0.57% | - |
| HSV(B) | 331.51º | 0.86% | 1% | - |
| XYZ | 46.13 | 24.14 | 26.65 | - |
| YUV | 112.34 | 143.05 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 139 | 0 | 0.86 | 0.45 | 0.00 | 331.51 | 0.99 | 0.57 |
| Hex | FE | 23 | 8B | 0 | 56 | 2D | 0 | 14C | 63 | 39 |
| Octal | 376 | 43 | 213 | 0 | 126 | 55 | 0 | 514 | 143 | 71 |
| Binary | 11111110 | 100011 | 10001011 | 0 | 1010110 | 101101 | 0 | 101001100 | 1100011 | 111001 |
Color Harmonies of #FE238B
Complementary color
Monochromatic Colors of #FE238B
Black with #FE238B
Text Example
Text Example
White with #FE238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE238B; }
p { color: rgb(254,35,139); }
H1.HeaderClassName
{
color: #FE238B;
}
.AnyTagClassName
{
color: #FE238B;
}
</style>
background-color css
<style>
a { background-color: #FE238B; }
a { background-color: rgb(254,35,139); }
div.DivClassName
{
background-color: #FE238B;
}
.BgClassName
{
background-color: #FE238B;
}
</style>
border-color css
<style>
span { border-color: #FE238B; }
span { border-color: rgb(254,35,139); }
td.TdClassName
{
border-color: #FE238B;
}
.TagClassName
{
border-color: #FE238B;
}
</style>