Shades of Deep Pink #FE1295
Tints of Deep Pink #FE1295
RGB
CMYK
RGB Variations
Color information
#FE1295 (or 0xFE1295) is known color: Deep Pink. HEX triplet: FE, 12 and 95. RGB value is (254,18,149). Sum of RGB (Red+Green+Blue) = 254+18+149=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1295 is #01ED6A. Grayscale: #676767. Windows color (decimal): -126315 or 9769726. OLE color: 9769726.
HSL color Cylindrical-coordinate representation of color #FE1295: hue angle of 326.69º 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 #FE1295 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 149 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.00 |
| HSL | 326.69º | 0.99% | 0.53% | - |
| HSV(B) | 326.69º | 0.93% | 1% | - |
| XYZ | 46.51 | 23.67 | 30.55 | - |
| YUV | 103.5 | 153.69 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 149 | 0 | 0.93 | 0.41 | 0.00 | 326.69 | 0.99 | 0.53 |
| Hex | FE | 12 | 95 | 0 | 5D | 29 | 0 | 147 | 63 | 35 |
| Octal | 376 | 22 | 225 | 0 | 135 | 51 | 0 | 507 | 143 | 65 |
| Binary | 11111110 | 10010 | 10010101 | 0 | 1011101 | 101001 | 0 | 101000111 | 1100011 | 110101 |
Color Harmonies of #FE1295
Complementary color
Monochromatic Colors of #FE1295
Black with #FE1295
Text Example
Text Example
White with #FE1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1295; }
p { color: rgb(254,18,149); }
H1.HeaderClassName
{
color: #FE1295;
}
.AnyTagClassName
{
color: #FE1295;
}
</style>
background-color css
<style>
a { background-color: #FE1295; }
a { background-color: rgb(254,18,149); }
div.DivClassName
{
background-color: #FE1295;
}
.BgClassName
{
background-color: #FE1295;
}
</style>
border-color css
<style>
span { border-color: #FE1295; }
span { border-color: rgb(254,18,149); }
td.TdClassName
{
border-color: #FE1295;
}
.TagClassName
{
border-color: #FE1295;
}
</style>