Shades of Violet Red #FF4594
Tints of Violet Red #FF4594
RGB
CMYK
RGB Variations
Color information
#FF4594 (or 0xFF4594) is known color: Violet Red. HEX triplet: FF, 45 and 94. RGB value is (255,69,148). Sum of RGB (Red+Green+Blue) = 255+69+148=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4594 is #00BA6B. Grayscale: #858585. Windows color (decimal): -47724 or 9717247. OLE color: 9717247.
HSL color Cylindrical-coordinate representation of color #FF4594: hue angle of 334.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4594 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 148 | - |
| CMYK | 0 | 0.73 | 0.42 | 0 |
| HSL | 334.52º | 1% | 0.64% | - |
| HSV(B) | 334.52º | 0.73% | 1% | - |
| XYZ | 48.71 | 27.65 | 30.79 | - |
| YUV | 133.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 148 | 0 | 0.73 | 0.42 | 0 | 334.52 | 1 | 0.64 |
| Hex | FF | 45 | 94 | 0 | 49 | 2A | 0 | 14F | 64 | 40 |
| Octal | 377 | 105 | 224 | 0 | 111 | 52 | 0 | 517 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10010100 | 0 | 1001001 | 101010 | 0 | 101001111 | 1100100 | 1000000 |
Color Harmonies of #FF4594
Complementary color
Monochromatic Colors of #FF4594
Black with #FF4594
Text Example
Text Example
White with #FF4594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4594; }
p { color: rgb(255,69,148); }
H1.HeaderClassName
{
color: #FF4594;
}
.AnyTagClassName
{
color: #FF4594;
}
</style>
background-color css
<style>
a { background-color: #FF4594; }
a { background-color: rgb(255,69,148); }
div.DivClassName
{
background-color: #FF4594;
}
.BgClassName
{
background-color: #FF4594;
}
</style>
border-color css
<style>
span { border-color: #FF4594; }
span { border-color: rgb(255,69,148); }
td.TdClassName
{
border-color: #FF4594;
}
.TagClassName
{
border-color: #FF4594;
}
</style>