Shades of Deep Pink #FE1195
Tints of Deep Pink #FE1195
RGB
CMYK
RGB Variations
Color information
#FE1195 (or 0xFE1195) is known color: Deep Pink. HEX triplet: FE, 11 and 95. RGB value is (254,17,149). Sum of RGB (Red+Green+Blue) = 254+17+149=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1195 is #01EE6A. Grayscale: #666666. Windows color (decimal): -126571 or 9769470. OLE color: 9769470.
HSL color Cylindrical-coordinate representation of color #FE1195: hue angle of 326.58º 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 #FE1195 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.00 |
| HSL | 326.58º | 0.99% | 0.53% | - |
| HSV(B) | 326.58º | 0.93% | 1% | - |
| XYZ | 46.5 | 23.64 | 30.55 | - |
| YUV | 102.91 | 154.02 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 149 | 0 | 0.93 | 0.41 | 0.00 | 326.58 | 0.99 | 0.53 |
| Hex | FE | 11 | 95 | 0 | 5D | 29 | 0 | 147 | 63 | 35 |
| Octal | 376 | 21 | 225 | 0 | 135 | 51 | 0 | 507 | 143 | 65 |
| Binary | 11111110 | 10001 | 10010101 | 0 | 1011101 | 101001 | 0 | 101000111 | 1100011 | 110101 |
Color Harmonies of #FE1195
Complementary color
Monochromatic Colors of #FE1195
Black with #FE1195
Text Example
Text Example
White with #FE1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1195; }
p { color: rgb(254,17,149); }
H1.HeaderClassName
{
color: #FE1195;
}
.AnyTagClassName
{
color: #FE1195;
}
</style>
background-color css
<style>
a { background-color: #FE1195; }
a { background-color: rgb(254,17,149); }
div.DivClassName
{
background-color: #FE1195;
}
.BgClassName
{
background-color: #FE1195;
}
</style>
border-color css
<style>
span { border-color: #FE1195; }
span { border-color: rgb(254,17,149); }
td.TdClassName
{
border-color: #FE1195;
}
.TagClassName
{
border-color: #FE1195;
}
</style>