Shades of Deep Pink #FE1993
Tints of Deep Pink #FE1993
RGB
CMYK
RGB Variations
Color information
#FE1993 (or 0xFE1993) is known color: Deep Pink. HEX triplet: FE, 19 and 93. RGB value is (254,25,147). Sum of RGB (Red+Green+Blue) = 254+25+147=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1993 is #01E66C. Grayscale: #6B6B6B. Windows color (decimal): -124525 or 9640446. OLE color: 9640446.
HSL color Cylindrical-coordinate representation of color #FE1993: hue angle of 328.03º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1993 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 147 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.00 |
| HSL | 328.03º | 0.99% | 0.55% | - |
| HSV(B) | 328.03º | 0.9% | 1% | - |
| XYZ | 46.49 | 23.87 | 29.76 | - |
| YUV | 107.38 | 150.37 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 147 | 0 | 0.90 | 0.42 | 0.00 | 328.03 | 0.99 | 0.55 |
| Hex | FE | 19 | 93 | 0 | 5A | 2A | 0 | 148 | 63 | 37 |
| Octal | 376 | 31 | 223 | 0 | 132 | 52 | 0 | 510 | 143 | 67 |
| Binary | 11111110 | 11001 | 10010011 | 0 | 1011010 | 101010 | 0 | 101001000 | 1100011 | 110111 |
Color Harmonies of #FE1993
Complementary color
Monochromatic Colors of #FE1993
Black with #FE1993
Text Example
Text Example
White with #FE1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1993; }
p { color: rgb(254,25,147); }
H1.HeaderClassName
{
color: #FE1993;
}
.AnyTagClassName
{
color: #FE1993;
}
</style>
background-color css
<style>
a { background-color: #FE1993; }
a { background-color: rgb(254,25,147); }
div.DivClassName
{
background-color: #FE1993;
}
.BgClassName
{
background-color: #FE1993;
}
</style>
border-color css
<style>
span { border-color: #FE1993; }
span { border-color: rgb(254,25,147); }
td.TdClassName
{
border-color: #FE1993;
}
.TagClassName
{
border-color: #FE1993;
}
</style>