Shades of Deep Pink #FF0595
Tints of Deep Pink #FF0595
RGB
CMYK
RGB Variations
Color information
#FF0595 (or 0xFF0595) is known color: Deep Pink. HEX triplet: FF, 05 and 95. RGB value is (255,5,149). Sum of RGB (Red+Green+Blue) = 255+5+149=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0595 is #00FA6A. Grayscale: #5F5F5F. Windows color (decimal): -64107 or 9766399. OLE color: 9766399.
HSL color Cylindrical-coordinate representation of color #FF0595: hue angle of 325.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0595 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.42 | 0 |
| HSL | 325.44º | 1% | 0.51% | - |
| HSV(B) | 325.44º | 0.98% | 1% | - |
| XYZ | 46.72 | 23.54 | 30.51 | - |
| YUV | 96.17 | 157.83 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 149 | 0 | 0.98 | 0.42 | 0 | 325.44 | 1 | 0.51 |
| Hex | FF | 5 | 95 | 0 | 62 | 2A | 0 | 145 | 64 | 33 |
| Octal | 377 | 5 | 225 | 0 | 142 | 52 | 0 | 505 | 144 | 63 |
| Binary | 11111111 | 101 | 10010101 | 0 | 1100010 | 101010 | 0 | 101000101 | 1100100 | 110011 |
Color Harmonies of #FF0595
Complementary color
Monochromatic Colors of #FF0595
Black with #FF0595
Text Example
Text Example
White with #FF0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0595; }
p { color: rgb(255,5,149); }
H1.HeaderClassName
{
color: #FF0595;
}
.AnyTagClassName
{
color: #FF0595;
}
</style>
background-color css
<style>
a { background-color: #FF0595; }
a { background-color: rgb(255,5,149); }
div.DivClassName
{
background-color: #FF0595;
}
.BgClassName
{
background-color: #FF0595;
}
</style>
border-color css
<style>
span { border-color: #FF0595; }
span { border-color: rgb(255,5,149); }
td.TdClassName
{
border-color: #FF0595;
}
.TagClassName
{
border-color: #FF0595;
}
</style>