Shades of Deep Pink #FE038A
Tints of Deep Pink #FE038A
RGB
CMYK
RGB Variations
Color information
#FE038A (or 0xFE038A) is known color: Deep Pink. HEX triplet: FE, 03 and 8A. RGB value is (254,3,138). Sum of RGB (Red+Green+Blue) = 254+3+138=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE038A is #01FC75. Grayscale: #5D5D5D. Windows color (decimal): -130166 or 9044990. OLE color: 9044990.
HSL color Cylindrical-coordinate representation of color #FE038A: hue angle of 327.73º 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 #FE038A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.00 |
| HSL | 327.73º | 0.99% | 0.5% | - |
| HSV(B) | 327.73º | 0.99% | 1% | - |
| XYZ | 45.49 | 22.97 | 26.08 | - |
| YUV | 93.44 | 153.16 | 242.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 138 | 0 | 0.99 | 0.46 | 0.00 | 327.73 | 0.99 | 0.5 |
| Hex | FE | 3 | 8A | 0 | 63 | 2E | 0 | 148 | 63 | 32 |
| Octal | 376 | 3 | 212 | 0 | 143 | 56 | 0 | 510 | 143 | 62 |
| Binary | 11111110 | 11 | 10001010 | 0 | 1100011 | 101110 | 0 | 101001000 | 1100011 | 110010 |
Color Harmonies of #FE038A
Complementary color
Monochromatic Colors of #FE038A
Black with #FE038A
Text Example
Text Example
White with #FE038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE038A; }
p { color: rgb(254,3,138); }
H1.HeaderClassName
{
color: #FE038A;
}
.AnyTagClassName
{
color: #FE038A;
}
</style>
background-color css
<style>
a { background-color: #FE038A; }
a { background-color: rgb(254,3,138); }
div.DivClassName
{
background-color: #FE038A;
}
.BgClassName
{
background-color: #FE038A;
}
</style>
border-color css
<style>
span { border-color: #FE038A; }
span { border-color: rgb(254,3,138); }
td.TdClassName
{
border-color: #FE038A;
}
.TagClassName
{
border-color: #FE038A;
}
</style>