Shades of Deep Pink #FE1E8B
Tints of Deep Pink #FE1E8B
RGB
CMYK
RGB Variations
Color information
#FE1E8B (or 0xFE1E8B) is known color: Deep Pink. HEX triplet: FE, 1E and 8B. RGB value is (254,30,139). Sum of RGB (Red+Green+Blue) = 254+30+139=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1E8B is #01E174. Grayscale: #6D6D6D. Windows color (decimal): -123253 or 9117438. OLE color: 9117438.
HSL color Cylindrical-coordinate representation of color #FE1E8B: hue angle of 330.8º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1E8B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 139 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.00 |
| HSL | 330.8º | 0.99% | 0.56% | - |
| HSV(B) | 330.8º | 0.88% | 1% | - |
| XYZ | 46 | 23.86 | 26.61 | - |
| YUV | 109.4 | 144.71 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 139 | 0 | 0.88 | 0.45 | 0.00 | 330.8 | 0.99 | 0.56 |
| Hex | FE | 1E | 8B | 0 | 58 | 2D | 0 | 14B | 63 | 38 |
| Octal | 376 | 36 | 213 | 0 | 130 | 55 | 0 | 513 | 143 | 70 |
| Binary | 11111110 | 11110 | 10001011 | 0 | 1011000 | 101101 | 0 | 101001011 | 1100011 | 111000 |
Color Harmonies of #FE1E8B
Complementary color
Monochromatic Colors of #FE1E8B
Black with #FE1E8B
Text Example
Text Example
White with #FE1E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E8B; }
p { color: rgb(254,30,139); }
H1.HeaderClassName
{
color: #FE1E8B;
}
.AnyTagClassName
{
color: #FE1E8B;
}
</style>
background-color css
<style>
a { background-color: #FE1E8B; }
a { background-color: rgb(254,30,139); }
div.DivClassName
{
background-color: #FE1E8B;
}
.BgClassName
{
background-color: #FE1E8B;
}
</style>
border-color css
<style>
span { border-color: #FE1E8B; }
span { border-color: rgb(254,30,139); }
td.TdClassName
{
border-color: #FE1E8B;
}
.TagClassName
{
border-color: #FE1E8B;
}
</style>