Shades of Deep Pink #FE0596
Tints of Deep Pink #FE0596
RGB
CMYK
RGB Variations
Color information
#FE0596 (or 0xFE0596) is known color: Deep Pink. HEX triplet: FE, 05 and 96. RGB value is (254,5,150). Sum of RGB (Red+Green+Blue) = 254+5+150=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0596 is #01FA69. Grayscale: #5F5F5F. Windows color (decimal): -129642 or 9831934. OLE color: 9831934.
HSL color Cylindrical-coordinate representation of color #FE0596: hue angle of 325.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0596 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 150 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.00 |
| HSL | 325.06º | 0.99% | 0.51% | - |
| HSV(B) | 325.06º | 0.98% | 1% | - |
| XYZ | 46.43 | 23.38 | 30.92 | - |
| YUV | 95.98 | 158.49 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 150 | 0 | 0.98 | 0.41 | 0.00 | 325.06 | 0.99 | 0.51 |
| Hex | FE | 5 | 96 | 0 | 62 | 29 | 0 | 145 | 63 | 33 |
| Octal | 376 | 5 | 226 | 0 | 142 | 51 | 0 | 505 | 143 | 63 |
| Binary | 11111110 | 101 | 10010110 | 0 | 1100010 | 101001 | 0 | 101000101 | 1100011 | 110011 |
Color Harmonies of #FE0596
Complementary color
Monochromatic Colors of #FE0596
Black with #FE0596
Text Example
Text Example
White with #FE0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0596; }
p { color: rgb(254,5,150); }
H1.HeaderClassName
{
color: #FE0596;
}
.AnyTagClassName
{
color: #FE0596;
}
</style>
background-color css
<style>
a { background-color: #FE0596; }
a { background-color: rgb(254,5,150); }
div.DivClassName
{
background-color: #FE0596;
}
.BgClassName
{
background-color: #FE0596;
}
</style>
border-color css
<style>
span { border-color: #FE0596; }
span { border-color: rgb(254,5,150); }
td.TdClassName
{
border-color: #FE0596;
}
.TagClassName
{
border-color: #FE0596;
}
</style>