Shades of Deep Pink #FE0796
Tints of Deep Pink #FE0796
RGB
CMYK
RGB Variations
Color information
#FE0796 (or 0xFE0796) is known color: Deep Pink. HEX triplet: FE, 07 and 96. RGB value is (254,7,150). Sum of RGB (Red+Green+Blue) = 254+7+150=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0796 is #01F869. Grayscale: #606060. Windows color (decimal): -129130 or 9832446. OLE color: 9832446.
HSL color Cylindrical-coordinate representation of color #FE0796: hue angle of 325.26º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0796 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.00 |
| HSL | 325.26º | 0.99% | 0.51% | - |
| HSV(B) | 325.26º | 0.97% | 1% | - |
| XYZ | 46.45 | 23.42 | 30.93 | - |
| YUV | 97.16 | 157.83 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 150 | 0 | 0.97 | 0.41 | 0.00 | 325.26 | 0.99 | 0.51 |
| Hex | FE | 7 | 96 | 0 | 61 | 29 | 0 | 145 | 63 | 33 |
| Octal | 376 | 7 | 226 | 0 | 141 | 51 | 0 | 505 | 143 | 63 |
| Binary | 11111110 | 111 | 10010110 | 0 | 1100001 | 101001 | 0 | 101000101 | 1100011 | 110011 |
Color Harmonies of #FE0796
Complementary color
Monochromatic Colors of #FE0796
Black with #FE0796
Text Example
Text Example
White with #FE0796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0796; }
p { color: rgb(254,7,150); }
H1.HeaderClassName
{
color: #FE0796;
}
.AnyTagClassName
{
color: #FE0796;
}
</style>
background-color css
<style>
a { background-color: #FE0796; }
a { background-color: rgb(254,7,150); }
div.DivClassName
{
background-color: #FE0796;
}
.BgClassName
{
background-color: #FE0796;
}
</style>
border-color css
<style>
span { border-color: #FE0796; }
span { border-color: rgb(254,7,150); }
td.TdClassName
{
border-color: #FE0796;
}
.TagClassName
{
border-color: #FE0796;
}
</style>