Shades of Deep Pink #FE1095
Tints of Deep Pink #FE1095
RGB
CMYK
RGB Variations
Color information
#FE1095 (or 0xFE1095) is known color: Deep Pink. HEX triplet: FE, 10 and 95. RGB value is (254,16,149). Sum of RGB (Red+Green+Blue) = 254+16+149=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1095 is #01EF6A. Grayscale: #666666. Windows color (decimal): -126827 or 9769214. OLE color: 9769214.
HSL color Cylindrical-coordinate representation of color #FE1095: hue angle of 326.47º 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 #FE1095 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 149 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.00 |
| HSL | 326.47º | 0.99% | 0.53% | - |
| HSV(B) | 326.47º | 0.94% | 1% | - |
| XYZ | 46.48 | 23.61 | 30.54 | - |
| YUV | 102.32 | 154.35 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 149 | 0 | 0.94 | 0.41 | 0.00 | 326.47 | 0.99 | 0.53 |
| Hex | FE | 10 | 95 | 0 | 5E | 29 | 0 | 146 | 63 | 35 |
| Octal | 376 | 20 | 225 | 0 | 136 | 51 | 0 | 506 | 143 | 65 |
| Binary | 11111110 | 10000 | 10010101 | 0 | 1011110 | 101001 | 0 | 101000110 | 1100011 | 110101 |
Color Harmonies of #FE1095
Complementary color
Monochromatic Colors of #FE1095
Black with #FE1095
Text Example
Text Example
White with #FE1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1095; }
p { color: rgb(254,16,149); }
H1.HeaderClassName
{
color: #FE1095;
}
.AnyTagClassName
{
color: #FE1095;
}
</style>
background-color css
<style>
a { background-color: #FE1095; }
a { background-color: rgb(254,16,149); }
div.DivClassName
{
background-color: #FE1095;
}
.BgClassName
{
background-color: #FE1095;
}
</style>
border-color css
<style>
span { border-color: #FE1095; }
span { border-color: rgb(254,16,149); }
td.TdClassName
{
border-color: #FE1095;
}
.TagClassName
{
border-color: #FE1095;
}
</style>