Shades of Violet Red #F04197
Tints of Violet Red #F04197
RGB
CMYK
RGB Variations
Color information
#F04197 (or 0xF04197) is known color: Violet Red. HEX triplet: F0, 41 and 97. RGB value is (240,65,151). Sum of RGB (Red+Green+Blue) = 240+65+151=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F04197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04197 is #0FBE68. Grayscale: #7E7E7E. Windows color (decimal): -1031785 or 9912816. OLE color: 9912816.
HSL color Cylindrical-coordinate representation of color #F04197: hue angle of 330.51º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04197 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 151 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.06 |
| HSL | 330.51º | 0.85% | 0.6% | - |
| HSV(B) | 330.51º | 0.73% | 0.94% | - |
| XYZ | 43.41 | 24.54 | 31.73 | - |
| YUV | 127.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 151 | 0 | 0.73 | 0.37 | 0.06 | 330.51 | 0.85 | 0.6 |
| Hex | F0 | 41 | 97 | 0 | 49 | 25 | 6 | 14B | 55 | 3C |
| Octal | 360 | 101 | 227 | 0 | 111 | 45 | 6 | 513 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10010111 | 0 | 1001001 | 100101 | 110 | 101001011 | 1010101 | 111100 |
Color Harmonies of #F04197
Complementary color
Monochromatic Colors of #F04197
Black with #F04197
Text Example
Text Example
White with #F04197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04197; }
p { color: rgb(240,65,151); }
H1.HeaderClassName
{
color: #F04197;
}
.AnyTagClassName
{
color: #F04197;
}
</style>
background-color css
<style>
a { background-color: #F04197; }
a { background-color: rgb(240,65,151); }
div.DivClassName
{
background-color: #F04197;
}
.BgClassName
{
background-color: #F04197;
}
</style>
border-color css
<style>
span { border-color: #F04197; }
span { border-color: rgb(240,65,151); }
td.TdClassName
{
border-color: #F04197;
}
.TagClassName
{
border-color: #F04197;
}
</style>