Shades of Deep Pink #FE108E
Tints of Deep Pink #FE108E
RGB
CMYK
RGB Variations
Color information
#FE108E (or 0xFE108E) is known color: Deep Pink. HEX triplet: FE, 10 and 8E. RGB value is (254,16,142). Sum of RGB (Red+Green+Blue) = 254+16+142=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE108E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE108E is #01EF71. Grayscale: #656565. Windows color (decimal): -126834 or 9310462. OLE color: 9310462.
HSL color Cylindrical-coordinate representation of color #FE108E: hue angle of 328.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE108E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 142 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.00 |
| HSL | 328.24º | 0.99% | 0.53% | - |
| HSV(B) | 328.24º | 0.94% | 1% | - |
| XYZ | 45.94 | 23.39 | 27.69 | - |
| YUV | 101.53 | 150.85 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 142 | 0 | 0.94 | 0.44 | 0.00 | 328.24 | 0.99 | 0.53 |
| Hex | FE | 10 | 8E | 0 | 5E | 2C | 0 | 148 | 63 | 35 |
| Octal | 376 | 20 | 216 | 0 | 136 | 54 | 0 | 510 | 143 | 65 |
| Binary | 11111110 | 10000 | 10001110 | 0 | 1011110 | 101100 | 0 | 101001000 | 1100011 | 110101 |
Color Harmonies of #FE108E
Complementary color
Monochromatic Colors of #FE108E
Black with #FE108E
Text Example
Text Example
White with #FE108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE108E; }
p { color: rgb(254,16,142); }
H1.HeaderClassName
{
color: #FE108E;
}
.AnyTagClassName
{
color: #FE108E;
}
</style>
background-color css
<style>
a { background-color: #FE108E; }
a { background-color: rgb(254,16,142); }
div.DivClassName
{
background-color: #FE108E;
}
.BgClassName
{
background-color: #FE108E;
}
</style>
border-color css
<style>
span { border-color: #FE108E; }
span { border-color: rgb(254,16,142); }
td.TdClassName
{
border-color: #FE108E;
}
.TagClassName
{
border-color: #FE108E;
}
</style>