Shades of Violet Red #FF4091
Tints of Violet Red #FF4091
RGB
CMYK
RGB Variations
Color information
#FF4091 (or 0xFF4091) is known color: Violet Red. HEX triplet: FF, 40 and 91. RGB value is (255,64,145). Sum of RGB (Red+Green+Blue) = 255+64+145=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4091 is #00BF6E. Grayscale: #828282. Windows color (decimal): -49007 or 9519359. OLE color: 9519359.
HSL color Cylindrical-coordinate representation of color #FF4091: hue angle of 334.55º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4091 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 145 | - |
| CMYK | 0 | 0.75 | 0.43 | 0 |
| HSL | 334.56º | 1% | 0.63% | - |
| HSV(B) | 334.56º | 0.75% | 1% | - |
| XYZ | 48.18 | 26.97 | 29.45 | - |
| YUV | 130.34 | 136.28 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 145 | 0 | 0.75 | 0.43 | 0 | 334.56 | 1 | 0.63 |
| Hex | FF | 40 | 91 | 0 | 4B | 2B | 0 | 14F | 64 | 3F |
| Octal | 377 | 100 | 221 | 0 | 113 | 53 | 0 | 517 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10010001 | 0 | 1001011 | 101011 | 0 | 101001111 | 1100100 | 111111 |
Color Harmonies of #FF4091
Complementary color
Monochromatic Colors of #FF4091
Black with #FF4091
Text Example
Text Example
White with #FF4091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4091; }
p { color: rgb(255,64,145); }
H1.HeaderClassName
{
color: #FF4091;
}
.AnyTagClassName
{
color: #FF4091;
}
</style>
background-color css
<style>
a { background-color: #FF4091; }
a { background-color: rgb(255,64,145); }
div.DivClassName
{
background-color: #FF4091;
}
.BgClassName
{
background-color: #FF4091;
}
</style>
border-color css
<style>
span { border-color: #FF4091; }
span { border-color: rgb(255,64,145); }
td.TdClassName
{
border-color: #FF4091;
}
.TagClassName
{
border-color: #FF4091;
}
</style>