Shades of Violet Red #F04591
Tints of Violet Red #F04591
RGB
CMYK
RGB Variations
Color information
#F04591 (or 0xF04591) is known color: Violet Red. HEX triplet: F0, 45 and 91. RGB value is (240,69,145). Sum of RGB (Red+Green+Blue) = 240+69+145=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F04591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04591 is #0FBA6E. Grayscale: #808080. Windows color (decimal): -1030767 or 9520624. OLE color: 9520624.
HSL color Cylindrical-coordinate representation of color #F04591: hue angle of 333.33º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04591 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 145 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.06 |
| HSL | 333.33º | 0.85% | 0.61% | - |
| HSV(B) | 333.33º | 0.71% | 0.94% | - |
| XYZ | 43.17 | 24.83 | 29.3 | - |
| YUV | 128.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 145 | 0 | 0.71 | 0.40 | 0.06 | 333.33 | 0.85 | 0.61 |
| Hex | F0 | 45 | 91 | 0 | 47 | 28 | 6 | 14D | 55 | 3D |
| Octal | 360 | 105 | 221 | 0 | 107 | 50 | 6 | 515 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10010001 | 0 | 1000111 | 101000 | 110 | 101001101 | 1010101 | 111101 |
Color Harmonies of #F04591
Complementary color
Monochromatic Colors of #F04591
Black with #F04591
Text Example
Text Example
White with #F04591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04591; }
p { color: rgb(240,69,145); }
H1.HeaderClassName
{
color: #F04591;
}
.AnyTagClassName
{
color: #F04591;
}
</style>
background-color css
<style>
a { background-color: #F04591; }
a { background-color: rgb(240,69,145); }
div.DivClassName
{
background-color: #F04591;
}
.BgClassName
{
background-color: #F04591;
}
</style>
border-color css
<style>
span { border-color: #F04591; }
span { border-color: rgb(240,69,145); }
td.TdClassName
{
border-color: #F04591;
}
.TagClassName
{
border-color: #F04591;
}
</style>