Shades of Deep Pink #FE1585
Tints of Deep Pink #FE1585
RGB
CMYK
RGB Variations
Color information
#FE1585 (or 0xFE1585) is known color: Deep Pink. HEX triplet: FE, 15 and 85. RGB value is (254,21,133). Sum of RGB (Red+Green+Blue) = 254+21+133=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1585 is #01EA7A. Grayscale: #676767. Windows color (decimal): -125563 or 8721918. OLE color: 8721918.
HSL color Cylindrical-coordinate representation of color #FE1585: hue angle of 331.16º 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 #FE1585 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 133 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.00 |
| HSL | 331.16º | 0.99% | 0.54% | - |
| HSV(B) | 331.16º | 0.92% | 1% | - |
| XYZ | 45.37 | 23.3 | 24.3 | - |
| YUV | 103.44 | 144.69 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 133 | 0 | 0.92 | 0.48 | 0.00 | 331.16 | 0.99 | 0.54 |
| Hex | FE | 15 | 85 | 0 | 5C | 30 | 0 | 14B | 63 | 36 |
| Octal | 376 | 25 | 205 | 0 | 134 | 60 | 0 | 513 | 143 | 66 |
| Binary | 11111110 | 10101 | 10000101 | 0 | 1011100 | 110000 | 0 | 101001011 | 1100011 | 110110 |
Color Harmonies of #FE1585
Complementary color
Monochromatic Colors of #FE1585
Black with #FE1585
Text Example
Text Example
White with #FE1585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1585; }
p { color: rgb(254,21,133); }
H1.HeaderClassName
{
color: #FE1585;
}
.AnyTagClassName
{
color: #FE1585;
}
</style>
background-color css
<style>
a { background-color: #FE1585; }
a { background-color: rgb(254,21,133); }
div.DivClassName
{
background-color: #FE1585;
}
.BgClassName
{
background-color: #FE1585;
}
</style>
border-color css
<style>
span { border-color: #FE1585; }
span { border-color: rgb(254,21,133); }
td.TdClassName
{
border-color: #FE1585;
}
.TagClassName
{
border-color: #FE1585;
}
</style>