Shades of Deep Pink #FE1485
Tints of Deep Pink #FE1485
RGB
CMYK
RGB Variations
Color information
#FE1485 (or 0xFE1485) is known color: Deep Pink. HEX triplet: FE, 14 and 85. RGB value is (254,20,133). Sum of RGB (Red+Green+Blue) = 254+20+133=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1485 is #01EB7A. Grayscale: #666666. Windows color (decimal): -125819 or 8721662. OLE color: 8721662.
HSL color Cylindrical-coordinate representation of color #FE1485: hue angle of 331.03º 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 #FE1485 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 133 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.00 |
| HSL | 331.03º | 0.99% | 0.54% | - |
| HSV(B) | 331.03º | 0.92% | 1% | - |
| XYZ | 45.36 | 23.26 | 24.29 | - |
| YUV | 102.85 | 145.02 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 133 | 0 | 0.92 | 0.48 | 0.00 | 331.03 | 0.99 | 0.54 |
| Hex | FE | 14 | 85 | 0 | 5C | 30 | 0 | 14B | 63 | 36 |
| Octal | 376 | 24 | 205 | 0 | 134 | 60 | 0 | 513 | 143 | 66 |
| Binary | 11111110 | 10100 | 10000101 | 0 | 1011100 | 110000 | 0 | 101001011 | 1100011 | 110110 |
Color Harmonies of #FE1485
Complementary color
Monochromatic Colors of #FE1485
Black with #FE1485
Text Example
Text Example
White with #FE1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1485; }
p { color: rgb(254,20,133); }
H1.HeaderClassName
{
color: #FE1485;
}
.AnyTagClassName
{
color: #FE1485;
}
</style>
background-color css
<style>
a { background-color: #FE1485; }
a { background-color: rgb(254,20,133); }
div.DivClassName
{
background-color: #FE1485;
}
.BgClassName
{
background-color: #FE1485;
}
</style>
border-color css
<style>
span { border-color: #FE1485; }
span { border-color: rgb(254,20,133); }
td.TdClassName
{
border-color: #FE1485;
}
.TagClassName
{
border-color: #FE1485;
}
</style>