Shades of Violet Red #FF4590
Tints of Violet Red #FF4590
RGB
CMYK
RGB Variations
Color information
#FF4590 (or 0xFF4590) is known color: Violet Red. HEX triplet: FF, 45 and 90. RGB value is (255,69,144). Sum of RGB (Red+Green+Blue) = 255+69+144=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4590 is #00BA6F. Grayscale: #858585. Windows color (decimal): -47728 or 9455103. OLE color: 9455103.
HSL color Cylindrical-coordinate representation of color #FF4590: hue angle of 335.81º 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 #FF4590 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 144 | - |
| CMYK | 0 | 0.73 | 0.44 | 0 |
| HSL | 335.81º | 1% | 0.64% | - |
| HSV(B) | 335.81º | 0.73% | 1% | - |
| XYZ | 48.4 | 27.53 | 29.15 | - |
| YUV | 133.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 144 | 0 | 0.73 | 0.44 | 0 | 335.81 | 1 | 0.64 |
| Hex | FF | 45 | 90 | 0 | 49 | 2C | 0 | 150 | 64 | 40 |
| Octal | 377 | 105 | 220 | 0 | 111 | 54 | 0 | 520 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10010000 | 0 | 1001001 | 101100 | 0 | 101010000 | 1100100 | 1000000 |
Color Harmonies of #FF4590
Complementary color
Monochromatic Colors of #FF4590
Black with #FF4590
Text Example
Text Example
White with #FF4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4590; }
p { color: rgb(255,69,144); }
H1.HeaderClassName
{
color: #FF4590;
}
.AnyTagClassName
{
color: #FF4590;
}
</style>
background-color css
<style>
a { background-color: #FF4590; }
a { background-color: rgb(255,69,144); }
div.DivClassName
{
background-color: #FF4590;
}
.BgClassName
{
background-color: #FF4590;
}
</style>
border-color css
<style>
span { border-color: #FF4590; }
span { border-color: rgb(255,69,144); }
td.TdClassName
{
border-color: #FF4590;
}
.TagClassName
{
border-color: #FF4590;
}
</style>