Shades of Violet Red #F04691
Tints of Violet Red #F04691
RGB
CMYK
RGB Variations
Color information
#F04691 (or 0xF04691) is known color: Violet Red. HEX triplet: F0, 46 and 91. RGB value is (240,70,145). Sum of RGB (Red+Green+Blue) = 240+70+145=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04691 is #0FB96E. Grayscale: #818181. Windows color (decimal): -1030511 or 9520880. OLE color: 9520880.
HSL color Cylindrical-coordinate representation of color #F04691: hue angle of 333.53º 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 #F04691 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 145 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.06 |
| HSL | 333.53º | 0.85% | 0.61% | - |
| HSV(B) | 333.53º | 0.71% | 0.94% | - |
| XYZ | 43.24 | 24.95 | 29.33 | - |
| YUV | 129.38 | 136.82 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 145 | 0 | 0.71 | 0.40 | 0.06 | 333.53 | 0.85 | 0.61 |
| Hex | F0 | 46 | 91 | 0 | 47 | 28 | 6 | 14E | 55 | 3D |
| Octal | 360 | 106 | 221 | 0 | 107 | 50 | 6 | 516 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10010001 | 0 | 1000111 | 101000 | 110 | 101001110 | 1010101 | 111101 |
Color Harmonies of #F04691
Complementary color
Monochromatic Colors of #F04691
Black with #F04691
Text Example
Text Example
White with #F04691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04691; }
p { color: rgb(240,70,145); }
H1.HeaderClassName
{
color: #F04691;
}
.AnyTagClassName
{
color: #F04691;
}
</style>
background-color css
<style>
a { background-color: #F04691; }
a { background-color: rgb(240,70,145); }
div.DivClassName
{
background-color: #F04691;
}
.BgClassName
{
background-color: #F04691;
}
</style>
border-color css
<style>
span { border-color: #F04691; }
span { border-color: rgb(240,70,145); }
td.TdClassName
{
border-color: #F04691;
}
.TagClassName
{
border-color: #F04691;
}
</style>