Shades of Deep Pink #FE038E
Tints of Deep Pink #FE038E
RGB
CMYK
RGB Variations
Color information
#FE038E (or 0xFE038E) is known color: Deep Pink. HEX triplet: FE, 03 and 8E. RGB value is (254,3,142). Sum of RGB (Red+Green+Blue) = 254+3+142=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE038E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE038E is #01FC71. Grayscale: #5D5D5D. Windows color (decimal): -130162 or 9307134. OLE color: 9307134.
HSL color Cylindrical-coordinate representation of color #FE038E: hue angle of 326.77º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE038E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.00 |
| HSL | 326.77º | 0.99% | 0.5% | - |
| HSV(B) | 326.77º | 0.99% | 1% | - |
| XYZ | 45.79 | 23.09 | 27.63 | - |
| YUV | 93.9 | 155.16 | 242.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 142 | 0 | 0.99 | 0.44 | 0.00 | 326.77 | 0.99 | 0.5 |
| Hex | FE | 3 | 8E | 0 | 63 | 2C | 0 | 147 | 63 | 32 |
| Octal | 376 | 3 | 216 | 0 | 143 | 54 | 0 | 507 | 143 | 62 |
| Binary | 11111110 | 11 | 10001110 | 0 | 1100011 | 101100 | 0 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FE038E
Complementary color
Monochromatic Colors of #FE038E
Black with #FE038E
Text Example
Text Example
White with #FE038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE038E; }
p { color: rgb(254,3,142); }
H1.HeaderClassName
{
color: #FE038E;
}
.AnyTagClassName
{
color: #FE038E;
}
</style>
background-color css
<style>
a { background-color: #FE038E; }
a { background-color: rgb(254,3,142); }
div.DivClassName
{
background-color: #FE038E;
}
.BgClassName
{
background-color: #FE038E;
}
</style>
border-color css
<style>
span { border-color: #FE038E; }
span { border-color: rgb(254,3,142); }
td.TdClassName
{
border-color: #FE038E;
}
.TagClassName
{
border-color: #FE038E;
}
</style>