Shades of Deep Pink #FE1574
Tints of Deep Pink #FE1574
RGB
CMYK
RGB Variations
Color information
#FE1574 (or 0xFE1574) is known color: Deep Pink. HEX triplet: FE, 15 and 74. RGB value is (254,21,116). Sum of RGB (Red+Green+Blue) = 254+21+116=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1574 is #01EA8B. Grayscale: #656565. Windows color (decimal): -125580 or 7607806. OLE color: 7607806.
HSL color Cylindrical-coordinate representation of color #FE1574: hue angle of 335.54º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1574 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 116 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.00 |
| HSL | 335.54º | 0.99% | 0.54% | - |
| HSV(B) | 335.54º | 0.92% | 1% | - |
| XYZ | 44.29 | 22.87 | 18.6 | - |
| YUV | 101.5 | 136.19 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 116 | 0 | 0.92 | 0.54 | 0.00 | 335.54 | 0.99 | 0.54 |
| Hex | FE | 15 | 74 | 0 | 5C | 36 | 0 | 150 | 63 | 36 |
| Octal | 376 | 25 | 164 | 0 | 134 | 66 | 0 | 520 | 143 | 66 |
| Binary | 11111110 | 10101 | 1110100 | 0 | 1011100 | 110110 | 0 | 101010000 | 1100011 | 110110 |
Color Harmonies of #FE1574
Complementary color
Monochromatic Colors of #FE1574
Black with #FE1574
Text Example
Text Example
White with #FE1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1574; }
p { color: rgb(254,21,116); }
H1.HeaderClassName
{
color: #FE1574;
}
.AnyTagClassName
{
color: #FE1574;
}
</style>
background-color css
<style>
a { background-color: #FE1574; }
a { background-color: rgb(254,21,116); }
div.DivClassName
{
background-color: #FE1574;
}
.BgClassName
{
background-color: #FE1574;
}
</style>
border-color css
<style>
span { border-color: #FE1574; }
span { border-color: rgb(254,21,116); }
td.TdClassName
{
border-color: #FE1574;
}
.TagClassName
{
border-color: #FE1574;
}
</style>