Shades of Deep Pink #FE108F
Tints of Deep Pink #FE108F
RGB
CMYK
RGB Variations
Color information
#FE108F (or 0xFE108F) is known color: Deep Pink. HEX triplet: FE, 10 and 8F. RGB value is (254,16,143). Sum of RGB (Red+Green+Blue) = 254+16+143=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE108F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE108F is #01EF70. Grayscale: #656565. Windows color (decimal): -126833 or 9375998. OLE color: 9375998.
HSL color Cylindrical-coordinate representation of color #FE108F: hue angle of 327.98º 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 #FE108F is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 143 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.00 |
| HSL | 327.98º | 0.99% | 0.53% | - |
| HSV(B) | 327.98º | 0.94% | 1% | - |
| XYZ | 46.02 | 23.42 | 28.08 | - |
| YUV | 101.64 | 151.35 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 143 | 0 | 0.94 | 0.44 | 0.00 | 327.98 | 0.99 | 0.53 |
| Hex | FE | 10 | 8F | 0 | 5E | 2C | 0 | 148 | 63 | 35 |
| Octal | 376 | 20 | 217 | 0 | 136 | 54 | 0 | 510 | 143 | 65 |
| Binary | 11111110 | 10000 | 10001111 | 0 | 1011110 | 101100 | 0 | 101001000 | 1100011 | 110101 |
Color Harmonies of #FE108F
Complementary color
Monochromatic Colors of #FE108F
Black with #FE108F
Text Example
Text Example
White with #FE108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE108F; }
p { color: rgb(254,16,143); }
H1.HeaderClassName
{
color: #FE108F;
}
.AnyTagClassName
{
color: #FE108F;
}
</style>
background-color css
<style>
a { background-color: #FE108F; }
a { background-color: rgb(254,16,143); }
div.DivClassName
{
background-color: #FE108F;
}
.BgClassName
{
background-color: #FE108F;
}
</style>
border-color css
<style>
span { border-color: #FE108F; }
span { border-color: rgb(254,16,143); }
td.TdClassName
{
border-color: #FE108F;
}
.TagClassName
{
border-color: #FE108F;
}
</style>