Shades of Violet Red #F43C91
Tints of Violet Red #F43C91
RGB
CMYK
RGB Variations
Color information
#F43C91 (or 0xF43C91) is known color: Violet Red. HEX triplet: F4, 3C and 91. RGB value is (244,60,145). Sum of RGB (Red+Green+Blue) = 244+60+145=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43C91 is #0BC36E. Grayscale: #7C7C7C. Windows color (decimal): -770927 or 9518324. OLE color: 9518324.
HSL color Cylindrical-coordinate representation of color #F43C91: hue angle of 332.28º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43C91 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 145 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.04 |
| HSL | 332.28º | 0.89% | 0.6% | - |
| HSV(B) | 332.28º | 0.75% | 0.96% | - |
| XYZ | 44.03 | 24.51 | 29.2 | - |
| YUV | 124.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 145 | 0 | 0.75 | 0.41 | 0.04 | 332.28 | 0.89 | 0.6 |
| Hex | F4 | 3C | 91 | 0 | 4B | 29 | 4 | 14C | 59 | 3C |
| Octal | 364 | 74 | 221 | 0 | 113 | 51 | 4 | 514 | 131 | 74 |
| Binary | 11110100 | 111100 | 10010001 | 0 | 1001011 | 101001 | 100 | 101001100 | 1011001 | 111100 |
Color Harmonies of #F43C91
Complementary color
Monochromatic Colors of #F43C91
Black with #F43C91
Text Example
Text Example
White with #F43C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C91; }
p { color: rgb(244,60,145); }
H1.HeaderClassName
{
color: #F43C91;
}
.AnyTagClassName
{
color: #F43C91;
}
</style>
background-color css
<style>
a { background-color: #F43C91; }
a { background-color: rgb(244,60,145); }
div.DivClassName
{
background-color: #F43C91;
}
.BgClassName
{
background-color: #F43C91;
}
</style>
border-color css
<style>
span { border-color: #F43C91; }
span { border-color: rgb(244,60,145); }
td.TdClassName
{
border-color: #F43C91;
}
.TagClassName
{
border-color: #F43C91;
}
</style>