Shades of Deep Pink #FE0B8E
Tints of Deep Pink #FE0B8E
RGB
CMYK
RGB Variations
Color information
#FE0B8E (or 0xFE0B8E) is known color: Deep Pink. HEX triplet: FE, 0B and 8E. RGB value is (254,11,142). Sum of RGB (Red+Green+Blue) = 254+11+142=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0B8E is #01F471. Grayscale: #626262. Windows color (decimal): -128114 or 9309182. OLE color: 9309182.
HSL color Cylindrical-coordinate representation of color #FE0B8E: hue angle of 327.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0B8E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 142 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.00 |
| HSL | 327.65º | 0.99% | 0.52% | - |
| HSV(B) | 327.65º | 0.96% | 1% | - |
| XYZ | 45.88 | 23.26 | 27.66 | - |
| YUV | 98.59 | 152.51 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 142 | 0 | 0.96 | 0.44 | 0.00 | 327.65 | 0.99 | 0.52 |
| Hex | FE | B | 8E | 0 | 60 | 2C | 0 | 148 | 63 | 34 |
| Octal | 376 | 13 | 216 | 0 | 140 | 54 | 0 | 510 | 143 | 64 |
| Binary | 11111110 | 1011 | 10001110 | 0 | 1100000 | 101100 | 0 | 101001000 | 1100011 | 110100 |
Color Harmonies of #FE0B8E
Complementary color
Monochromatic Colors of #FE0B8E
Black with #FE0B8E
Text Example
Text Example
White with #FE0B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B8E; }
p { color: rgb(254,11,142); }
H1.HeaderClassName
{
color: #FE0B8E;
}
.AnyTagClassName
{
color: #FE0B8E;
}
</style>
background-color css
<style>
a { background-color: #FE0B8E; }
a { background-color: rgb(254,11,142); }
div.DivClassName
{
background-color: #FE0B8E;
}
.BgClassName
{
background-color: #FE0B8E;
}
</style>
border-color css
<style>
span { border-color: #FE0B8E; }
span { border-color: rgb(254,11,142); }
td.TdClassName
{
border-color: #FE0B8E;
}
.TagClassName
{
border-color: #FE0B8E;
}
</style>