Shades of Deep Pink #FE008B
Tints of Deep Pink #FE008B
RGB
CMYK
RGB Variations
Color information
#FE008B (or 0xFE008B) is known color: Deep Pink. HEX triplet: FE, 00 and 8B. RGB value is (254,0,139). Sum of RGB (Red+Green+Blue) = 254+0+139=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE008B is #01FF74. Grayscale: #5B5B5B. Windows color (decimal): -130933 or 9109758. OLE color: 9109758.
HSL color Cylindrical-coordinate representation of color #FE008B: hue angle of 327.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE008B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.45 | 0.00 |
| HSL | 327.17º | 1% | 0.5% | - |
| HSV(B) | 327.17º | 1% | 1% | - |
| XYZ | 45.53 | 22.93 | 26.45 | - |
| YUV | 91.79 | 154.65 | 243.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 139 | 0 | 1 | 0.45 | 0.00 | 327.17 | 1 | 0.5 |
| Hex | FE | 0 | 8B | 0 | 64 | 2D | 0 | 147 | 64 | 32 |
| Octal | 376 | 0 | 213 | 0 | 144 | 55 | 0 | 507 | 144 | 62 |
| Binary | 11111110 | 0 | 10001011 | 0 | 1100100 | 101101 | 0 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FE008B
Complementary color
Monochromatic Colors of #FE008B
Black with #FE008B
Text Example
Text Example
White with #FE008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE008B; }
p { color: rgb(254,0,139); }
H1.HeaderClassName
{
color: #FE008B;
}
.AnyTagClassName
{
color: #FE008B;
}
</style>
background-color css
<style>
a { background-color: #FE008B; }
a { background-color: rgb(254,0,139); }
div.DivClassName
{
background-color: #FE008B;
}
.BgClassName
{
background-color: #FE008B;
}
</style>
border-color css
<style>
span { border-color: #FE008B; }
span { border-color: rgb(254,0,139); }
td.TdClassName
{
border-color: #FE008B;
}
.TagClassName
{
border-color: #FE008B;
}
</style>