Shades of Deep Pink #FE0394
Tints of Deep Pink #FE0394
RGB
CMYK
RGB Variations
Color information
#FE0394 (or 0xFE0394) is known color: Deep Pink. HEX triplet: FE, 03 and 94. RGB value is (254,3,148). Sum of RGB (Red+Green+Blue) = 254+3+148=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0394 is #01FC6B. Grayscale: #5E5E5E. Windows color (decimal): -130156 or 9700350. OLE color: 9700350.
HSL color Cylindrical-coordinate representation of color #FE0394: hue angle of 325.34º 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 #FE0394 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.00 |
| HSL | 325.34º | 0.99% | 0.5% | - |
| HSV(B) | 325.34º | 0.99% | 1% | - |
| XYZ | 46.25 | 23.27 | 30.07 | - |
| YUV | 94.58 | 158.16 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 148 | 0 | 0.99 | 0.42 | 0.00 | 325.34 | 0.99 | 0.5 |
| Hex | FE | 3 | 94 | 0 | 63 | 2A | 0 | 145 | 63 | 32 |
| Octal | 376 | 3 | 224 | 0 | 143 | 52 | 0 | 505 | 143 | 62 |
| Binary | 11111110 | 11 | 10010100 | 0 | 1100011 | 101010 | 0 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FE0394
Complementary color
Monochromatic Colors of #FE0394
Black with #FE0394
Text Example
Text Example
White with #FE0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0394; }
p { color: rgb(254,3,148); }
H1.HeaderClassName
{
color: #FE0394;
}
.AnyTagClassName
{
color: #FE0394;
}
</style>
background-color css
<style>
a { background-color: #FE0394; }
a { background-color: rgb(254,3,148); }
div.DivClassName
{
background-color: #FE0394;
}
.BgClassName
{
background-color: #FE0394;
}
</style>
border-color css
<style>
span { border-color: #FE0394; }
span { border-color: rgb(254,3,148); }
td.TdClassName
{
border-color: #FE0394;
}
.TagClassName
{
border-color: #FE0394;
}
</style>