Shades of Deep Pink #FE1399
Tints of Deep Pink #FE1399
RGB
CMYK
RGB Variations
Color information
#FE1399 (or 0xFE1399) is known color: Deep Pink. HEX triplet: FE, 13 and 99. RGB value is (254,19,153). Sum of RGB (Red+Green+Blue) = 254+19+153=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1399 is #01EC66. Grayscale: #686868. Windows color (decimal): -126055 or 10032126. OLE color: 10032126.
HSL color Cylindrical-coordinate representation of color #FE1399: hue angle of 325.79º 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 #FE1399 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 153 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.00 |
| HSL | 325.79º | 0.99% | 0.54% | - |
| HSV(B) | 325.79º | 0.93% | 1% | - |
| XYZ | 46.86 | 23.84 | 32.27 | - |
| YUV | 104.54 | 155.36 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 153 | 0 | 0.93 | 0.40 | 0.00 | 325.79 | 0.99 | 0.54 |
| Hex | FE | 13 | 99 | 0 | 5D | 28 | 0 | 146 | 63 | 36 |
| Octal | 376 | 23 | 231 | 0 | 135 | 50 | 0 | 506 | 143 | 66 |
| Binary | 11111110 | 10011 | 10011001 | 0 | 1011101 | 101000 | 0 | 101000110 | 1100011 | 110110 |
Color Harmonies of #FE1399
Complementary color
Monochromatic Colors of #FE1399
Black with #FE1399
Text Example
Text Example
White with #FE1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1399; }
p { color: rgb(254,19,153); }
H1.HeaderClassName
{
color: #FE1399;
}
.AnyTagClassName
{
color: #FE1399;
}
</style>
background-color css
<style>
a { background-color: #FE1399; }
a { background-color: rgb(254,19,153); }
div.DivClassName
{
background-color: #FE1399;
}
.BgClassName
{
background-color: #FE1399;
}
</style>
border-color css
<style>
span { border-color: #FE1399; }
span { border-color: rgb(254,19,153); }
td.TdClassName
{
border-color: #FE1399;
}
.TagClassName
{
border-color: #FE1399;
}
</style>