Shades of Deep Pink #FF0594
Tints of Deep Pink #FF0594
RGB
CMYK
RGB Variations
Color information
#FF0594 (or 0xFF0594) is known color: Deep Pink. HEX triplet: FF, 05 and 94. RGB value is (255,5,148). Sum of RGB (Red+Green+Blue) = 255+5+148=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0594 is #00FA6B. Grayscale: #5F5F5F. Windows color (decimal): -64108 or 9700863. OLE color: 9700863.
HSL color Cylindrical-coordinate representation of color #FF0594: hue angle of 325.68º 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 #FF0594 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.42 | 0 |
| HSL | 325.68º | 1% | 0.51% | - |
| HSV(B) | 325.68º | 0.98% | 1% | - |
| XYZ | 46.64 | 23.51 | 30.1 | - |
| YUV | 96.05 | 157.33 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 148 | 0 | 0.98 | 0.42 | 0 | 325.68 | 1 | 0.51 |
| Hex | FF | 5 | 94 | 0 | 62 | 2A | 0 | 146 | 64 | 33 |
| Octal | 377 | 5 | 224 | 0 | 142 | 52 | 0 | 506 | 144 | 63 |
| Binary | 11111111 | 101 | 10010100 | 0 | 1100010 | 101010 | 0 | 101000110 | 1100100 | 110011 |
Color Harmonies of #FF0594
Complementary color
Monochromatic Colors of #FF0594
Black with #FF0594
Text Example
Text Example
White with #FF0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0594; }
p { color: rgb(255,5,148); }
H1.HeaderClassName
{
color: #FF0594;
}
.AnyTagClassName
{
color: #FF0594;
}
</style>
background-color css
<style>
a { background-color: #FF0594; }
a { background-color: rgb(255,5,148); }
div.DivClassName
{
background-color: #FF0594;
}
.BgClassName
{
background-color: #FF0594;
}
</style>
border-color css
<style>
span { border-color: #FF0594; }
span { border-color: rgb(255,5,148); }
td.TdClassName
{
border-color: #FF0594;
}
.TagClassName
{
border-color: #FF0594;
}
</style>