Shades of Deep Pink #FE128E
Tints of Deep Pink #FE128E
RGB
CMYK
RGB Variations
Color information
#FE128E (or 0xFE128E) is known color: Deep Pink. HEX triplet: FE, 12 and 8E. RGB value is (254,18,142). Sum of RGB (Red+Green+Blue) = 254+18+142=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE128E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE128E is #01ED71. Grayscale: #666666. Windows color (decimal): -126322 or 9310974. OLE color: 9310974.
HSL color Cylindrical-coordinate representation of color #FE128E: hue angle of 328.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE128E is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 142 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.00 |
| HSL | 328.47º | 0.99% | 0.53% | - |
| HSV(B) | 328.47º | 0.93% | 1% | - |
| XYZ | 45.97 | 23.46 | 27.7 | - |
| YUV | 102.7 | 150.19 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 142 | 0 | 0.93 | 0.44 | 0.00 | 328.47 | 0.99 | 0.53 |
| Hex | FE | 12 | 8E | 0 | 5D | 2C | 0 | 148 | 63 | 35 |
| Octal | 376 | 22 | 216 | 0 | 135 | 54 | 0 | 510 | 143 | 65 |
| Binary | 11111110 | 10010 | 10001110 | 0 | 1011101 | 101100 | 0 | 101001000 | 1100011 | 110101 |
Color Harmonies of #FE128E
Complementary color
Monochromatic Colors of #FE128E
Black with #FE128E
Text Example
Text Example
White with #FE128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE128E; }
p { color: rgb(254,18,142); }
H1.HeaderClassName
{
color: #FE128E;
}
.AnyTagClassName
{
color: #FE128E;
}
</style>
background-color css
<style>
a { background-color: #FE128E; }
a { background-color: rgb(254,18,142); }
div.DivClassName
{
background-color: #FE128E;
}
.BgClassName
{
background-color: #FE128E;
}
</style>
border-color css
<style>
span { border-color: #FE128E; }
span { border-color: rgb(254,18,142); }
td.TdClassName
{
border-color: #FE128E;
}
.TagClassName
{
border-color: #FE128E;
}
</style>