Shades of Deep Pink #FE13A0
Tints of Deep Pink #FE13A0
RGB
CMYK
RGB Variations
Color information
#FE13A0 (or 0xFE13A0) is known color: Deep Pink. HEX triplet: FE, 13 and A0. RGB value is (254,19,160). Sum of RGB (Red+Green+Blue) = 254+19+160=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13A0 is #01EC5F. Grayscale: #696969. Windows color (decimal): -126048 or 10490878. OLE color: 10490878.
HSL color Cylindrical-coordinate representation of color #FE13A0: hue angle of 324º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13A0 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 160 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.00 |
| HSL | 324º | 0.99% | 0.54% | - |
| HSV(B) | 324º | 0.93% | 1% | - |
| XYZ | 47.45 | 24.07 | 35.4 | - |
| YUV | 105.34 | 158.86 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 160 | 0 | 0.93 | 0.37 | 0.00 | 324 | 0.99 | 0.54 |
| Hex | FE | 13 | A0 | 0 | 5D | 25 | 0 | 144 | 63 | 36 |
| Octal | 376 | 23 | 240 | 0 | 135 | 45 | 0 | 504 | 143 | 66 |
| Binary | 11111110 | 10011 | 10100000 | 0 | 1011101 | 100101 | 0 | 101000100 | 1100011 | 110110 |
Color Harmonies of #FE13A0
Complementary color
Monochromatic Colors of #FE13A0
Black with #FE13A0
Text Example
Text Example
White with #FE13A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13A0; }
p { color: rgb(254,19,160); }
H1.HeaderClassName
{
color: #FE13A0;
}
.AnyTagClassName
{
color: #FE13A0;
}
</style>
background-color css
<style>
a { background-color: #FE13A0; }
a { background-color: rgb(254,19,160); }
div.DivClassName
{
background-color: #FE13A0;
}
.BgClassName
{
background-color: #FE13A0;
}
</style>
border-color css
<style>
span { border-color: #FE13A0; }
span { border-color: rgb(254,19,160); }
td.TdClassName
{
border-color: #FE13A0;
}
.TagClassName
{
border-color: #FE13A0;
}
</style>