Shades of Violet Red #F54191
Tints of Violet Red #F54191
RGB
CMYK
RGB Variations
Color information
#F54191 (or 0xF54191) is known color: Violet Red. HEX triplet: F5, 41 and 91. RGB value is (245,65,145). Sum of RGB (Red+Green+Blue) = 245+65+145=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F54191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54191 is #0ABE6E. Grayscale: #7F7F7F. Windows color (decimal): -704111 or 9519605. OLE color: 9519605.
HSL color Cylindrical-coordinate representation of color #F54191: hue angle of 333.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54191 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 145 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.04 |
| HSL | 333.33º | 0.9% | 0.61% | - |
| HSV(B) | 333.33º | 0.73% | 0.96% | - |
| XYZ | 44.66 | 25.24 | 29.31 | - |
| YUV | 127.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 145 | 0 | 0.73 | 0.41 | 0.04 | 333.33 | 0.9 | 0.61 |
| Hex | F5 | 41 | 91 | 0 | 49 | 29 | 4 | 14D | 5A | 3D |
| Octal | 365 | 101 | 221 | 0 | 111 | 51 | 4 | 515 | 132 | 75 |
| Binary | 11110101 | 1000001 | 10010001 | 0 | 1001001 | 101001 | 100 | 101001101 | 1011010 | 111101 |
Color Harmonies of #F54191
Complementary color
Monochromatic Colors of #F54191
Black with #F54191
Text Example
Text Example
White with #F54191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54191; }
p { color: rgb(245,65,145); }
H1.HeaderClassName
{
color: #F54191;
}
.AnyTagClassName
{
color: #F54191;
}
</style>
background-color css
<style>
a { background-color: #F54191; }
a { background-color: rgb(245,65,145); }
div.DivClassName
{
background-color: #F54191;
}
.BgClassName
{
background-color: #F54191;
}
</style>
border-color css
<style>
span { border-color: #F54191; }
span { border-color: rgb(245,65,145); }
td.TdClassName
{
border-color: #F54191;
}
.TagClassName
{
border-color: #F54191;
}
</style>