Shades of Deep Pink #FE037D
Tints of Deep Pink #FE037D
RGB
CMYK
RGB Variations
Color information
#FE037D (or 0xFE037D) is known color: Deep Pink. HEX triplet: FE, 03 and 7D. RGB value is (254,3,125). Sum of RGB (Red+Green+Blue) = 254+3+125=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE037D is #01FC82. Grayscale: #5B5B5B. Windows color (decimal): -130179 or 8193022. OLE color: 8193022.
HSL color Cylindrical-coordinate representation of color #FE037D: hue angle of 330.84º 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 #FE037D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.00 |
| HSL | 330.84º | 0.99% | 0.5% | - |
| HSV(B) | 330.84º | 0.99% | 1% | - |
| XYZ | 44.61 | 22.62 | 21.42 | - |
| YUV | 91.96 | 146.66 | 243.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 125 | 0 | 0.99 | 0.51 | 0.00 | 330.84 | 0.99 | 0.5 |
| Hex | FE | 3 | 7D | 0 | 63 | 33 | 0 | 14B | 63 | 32 |
| Octal | 376 | 3 | 175 | 0 | 143 | 63 | 0 | 513 | 143 | 62 |
| Binary | 11111110 | 11 | 1111101 | 0 | 1100011 | 110011 | 0 | 101001011 | 1100011 | 110010 |
Color Harmonies of #FE037D
Complementary color
Monochromatic Colors of #FE037D
Black with #FE037D
Text Example
Text Example
White with #FE037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE037D; }
p { color: rgb(254,3,125); }
H1.HeaderClassName
{
color: #FE037D;
}
.AnyTagClassName
{
color: #FE037D;
}
</style>
background-color css
<style>
a { background-color: #FE037D; }
a { background-color: rgb(254,3,125); }
div.DivClassName
{
background-color: #FE037D;
}
.BgClassName
{
background-color: #FE037D;
}
</style>
border-color css
<style>
span { border-color: #FE037D; }
span { border-color: rgb(254,3,125); }
td.TdClassName
{
border-color: #FE037D;
}
.TagClassName
{
border-color: #FE037D;
}
</style>