Shades of Deep Pink #FE088E
Tints of Deep Pink #FE088E
RGB
CMYK
RGB Variations
Color information
#FE088E (or 0xFE088E) is known color: Deep Pink. HEX triplet: FE, 08 and 8E. RGB value is (254,8,142). Sum of RGB (Red+Green+Blue) = 254+8+142=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE088E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE088E is #01F771. Grayscale: #606060. Windows color (decimal): -128882 or 9308414. OLE color: 9308414.
HSL color Cylindrical-coordinate representation of color #FE088E: hue angle of 327.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE088E is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 142 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.00 |
| HSL | 327.32º | 0.99% | 0.51% | - |
| HSV(B) | 327.32º | 0.97% | 1% | - |
| XYZ | 45.84 | 23.2 | 27.65 | - |
| YUV | 96.83 | 153.5 | 240.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 142 | 0 | 0.97 | 0.44 | 0.00 | 327.32 | 0.99 | 0.51 |
| Hex | FE | 8 | 8E | 0 | 61 | 2C | 0 | 147 | 63 | 33 |
| Octal | 376 | 10 | 216 | 0 | 141 | 54 | 0 | 507 | 143 | 63 |
| Binary | 11111110 | 1000 | 10001110 | 0 | 1100001 | 101100 | 0 | 101000111 | 1100011 | 110011 |
Color Harmonies of #FE088E
Complementary color
Monochromatic Colors of #FE088E
Black with #FE088E
Text Example
Text Example
White with #FE088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE088E; }
p { color: rgb(254,8,142); }
H1.HeaderClassName
{
color: #FE088E;
}
.AnyTagClassName
{
color: #FE088E;
}
</style>
background-color css
<style>
a { background-color: #FE088E; }
a { background-color: rgb(254,8,142); }
div.DivClassName
{
background-color: #FE088E;
}
.BgClassName
{
background-color: #FE088E;
}
</style>
border-color css
<style>
span { border-color: #FE088E; }
span { border-color: rgb(254,8,142); }
td.TdClassName
{
border-color: #FE088E;
}
.TagClassName
{
border-color: #FE088E;
}
</style>