Shades of Deep Pink #FE1388
Tints of Deep Pink #FE1388
RGB
CMYK
RGB Variations
Color information
#FE1388 (or 0xFE1388) is known color: Deep Pink. HEX triplet: FE, 13 and 88. RGB value is (254,19,136). Sum of RGB (Red+Green+Blue) = 254+19+136=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1388 is #01EC77. Grayscale: #666666. Windows color (decimal): -126072 or 8918014. OLE color: 8918014.
HSL color Cylindrical-coordinate representation of color #FE1388: hue angle of 330.13º 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 #FE1388 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 136 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.00 |
| HSL | 330.13º | 0.99% | 0.54% | - |
| HSV(B) | 330.13º | 0.93% | 1% | - |
| XYZ | 45.55 | 23.31 | 25.39 | - |
| YUV | 102.6 | 146.86 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 136 | 0 | 0.93 | 0.46 | 0.00 | 330.13 | 0.99 | 0.54 |
| Hex | FE | 13 | 88 | 0 | 5D | 2E | 0 | 14A | 63 | 36 |
| Octal | 376 | 23 | 210 | 0 | 135 | 56 | 0 | 512 | 143 | 66 |
| Binary | 11111110 | 10011 | 10001000 | 0 | 1011101 | 101110 | 0 | 101001010 | 1100011 | 110110 |
Color Harmonies of #FE1388
Complementary color
Monochromatic Colors of #FE1388
Black with #FE1388
Text Example
Text Example
White with #FE1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1388; }
p { color: rgb(254,19,136); }
H1.HeaderClassName
{
color: #FE1388;
}
.AnyTagClassName
{
color: #FE1388;
}
</style>
background-color css
<style>
a { background-color: #FE1388; }
a { background-color: rgb(254,19,136); }
div.DivClassName
{
background-color: #FE1388;
}
.BgClassName
{
background-color: #FE1388;
}
</style>
border-color css
<style>
span { border-color: #FE1388; }
span { border-color: rgb(254,19,136); }
td.TdClassName
{
border-color: #FE1388;
}
.TagClassName
{
border-color: #FE1388;
}
</style>