Shades of Deep Pink #FE1587
Tints of Deep Pink #FE1587
RGB
CMYK
RGB Variations
Color information
#FE1587 (or 0xFE1587) is known color: Deep Pink. HEX triplet: FE, 15 and 87. RGB value is (254,21,135). Sum of RGB (Red+Green+Blue) = 254+21+135=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1587 is #01EA78. Grayscale: #676767. Windows color (decimal): -125561 or 8852990. OLE color: 8852990.
HSL color Cylindrical-coordinate representation of color #FE1587: hue angle of 330.64º 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 #FE1587 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 135 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.00 |
| HSL | 330.64º | 0.99% | 0.54% | - |
| HSV(B) | 330.64º | 0.92% | 1% | - |
| XYZ | 45.51 | 23.36 | 25.03 | - |
| YUV | 103.66 | 145.69 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 135 | 0 | 0.92 | 0.47 | 0.00 | 330.64 | 0.99 | 0.54 |
| Hex | FE | 15 | 87 | 0 | 5C | 2F | 0 | 14B | 63 | 36 |
| Octal | 376 | 25 | 207 | 0 | 134 | 57 | 0 | 513 | 143 | 66 |
| Binary | 11111110 | 10101 | 10000111 | 0 | 1011100 | 101111 | 0 | 101001011 | 1100011 | 110110 |
Color Harmonies of #FE1587
Complementary color
Monochromatic Colors of #FE1587
Black with #FE1587
Text Example
Text Example
White with #FE1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1587; }
p { color: rgb(254,21,135); }
H1.HeaderClassName
{
color: #FE1587;
}
.AnyTagClassName
{
color: #FE1587;
}
</style>
background-color css
<style>
a { background-color: #FE1587; }
a { background-color: rgb(254,21,135); }
div.DivClassName
{
background-color: #FE1587;
}
.BgClassName
{
background-color: #FE1587;
}
</style>
border-color css
<style>
span { border-color: #FE1587; }
span { border-color: rgb(254,21,135); }
td.TdClassName
{
border-color: #FE1587;
}
.TagClassName
{
border-color: #FE1587;
}
</style>