Shades of Violet Red #F43C90
Tints of Violet Red #F43C90
RGB
CMYK
RGB Variations
Color information
#F43C90 (or 0xF43C90) is known color: Violet Red. HEX triplet: F4, 3C and 90. RGB value is (244,60,144). Sum of RGB (Red+Green+Blue) = 244+60+144=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43C90 is #0BC36F. Grayscale: #7C7C7C. Windows color (decimal): -770928 or 9452788. OLE color: 9452788.
HSL color Cylindrical-coordinate representation of color #F43C90: hue angle of 332.61º 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 #F43C90 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 144 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.04 |
| HSL | 332.61º | 0.89% | 0.6% | - |
| HSV(B) | 332.61º | 0.75% | 0.96% | - |
| XYZ | 43.96 | 24.48 | 28.79 | - |
| YUV | 124.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 144 | 0 | 0.75 | 0.41 | 0.04 | 332.61 | 0.89 | 0.6 |
| Hex | F4 | 3C | 90 | 0 | 4B | 29 | 4 | 14D | 59 | 3C |
| Octal | 364 | 74 | 220 | 0 | 113 | 51 | 4 | 515 | 131 | 74 |
| Binary | 11110100 | 111100 | 10010000 | 0 | 1001011 | 101001 | 100 | 101001101 | 1011001 | 111100 |
Color Harmonies of #F43C90
Complementary color
Monochromatic Colors of #F43C90
Black with #F43C90
Text Example
Text Example
White with #F43C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C90; }
p { color: rgb(244,60,144); }
H1.HeaderClassName
{
color: #F43C90;
}
.AnyTagClassName
{
color: #F43C90;
}
</style>
background-color css
<style>
a { background-color: #F43C90; }
a { background-color: rgb(244,60,144); }
div.DivClassName
{
background-color: #F43C90;
}
.BgClassName
{
background-color: #F43C90;
}
</style>
border-color css
<style>
span { border-color: #F43C90; }
span { border-color: rgb(244,60,144); }
td.TdClassName
{
border-color: #F43C90;
}
.TagClassName
{
border-color: #F43C90;
}
</style>