Shades of Deep Pink #FE1594
Tints of Deep Pink #FE1594
RGB
CMYK
RGB Variations
Color information
#FE1594 (or 0xFE1594) is known color: Deep Pink. HEX triplet: FE, 15 and 94. RGB value is (254,21,148). Sum of RGB (Red+Green+Blue) = 254+21+148=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1594 is #01EA6B. Grayscale: #686868. Windows color (decimal): -125548 or 9704958. OLE color: 9704958.
HSL color Cylindrical-coordinate representation of color #FE1594: hue angle of 327.3º 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 #FE1594 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 148 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.00 |
| HSL | 327.3º | 0.99% | 0.54% | - |
| HSV(B) | 327.3º | 0.92% | 1% | - |
| XYZ | 46.49 | 23.75 | 30.15 | - |
| YUV | 105.15 | 152.19 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 148 | 0 | 0.92 | 0.42 | 0.00 | 327.3 | 0.99 | 0.54 |
| Hex | FE | 15 | 94 | 0 | 5C | 2A | 0 | 147 | 63 | 36 |
| Octal | 376 | 25 | 224 | 0 | 134 | 52 | 0 | 507 | 143 | 66 |
| Binary | 11111110 | 10101 | 10010100 | 0 | 1011100 | 101010 | 0 | 101000111 | 1100011 | 110110 |
Color Harmonies of #FE1594
Complementary color
Monochromatic Colors of #FE1594
Black with #FE1594
Text Example
Text Example
White with #FE1594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1594; }
p { color: rgb(254,21,148); }
H1.HeaderClassName
{
color: #FE1594;
}
.AnyTagClassName
{
color: #FE1594;
}
</style>
background-color css
<style>
a { background-color: #FE1594; }
a { background-color: rgb(254,21,148); }
div.DivClassName
{
background-color: #FE1594;
}
.BgClassName
{
background-color: #FE1594;
}
</style>
border-color css
<style>
span { border-color: #FE1594; }
span { border-color: rgb(254,21,148); }
td.TdClassName
{
border-color: #FE1594;
}
.TagClassName
{
border-color: #FE1594;
}
</style>