Shades of Violet Red #F43F90
Tints of Violet Red #F43F90
RGB
CMYK
RGB Variations
Color information
#F43F90 (or 0xF43F90) is known color: Violet Red. HEX triplet: F4, 3F and 90. RGB value is (244,63,144). Sum of RGB (Red+Green+Blue) = 244+63+144=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F43F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43F90 is #0BC06F. Grayscale: #7E7E7E. Windows color (decimal): -770160 or 9453556. OLE color: 9453556.
HSL color Cylindrical-coordinate representation of color #F43F90: hue angle of 333.15º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F43F90 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 144 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.04 |
| HSL | 333.15º | 0.89% | 0.6% | - |
| HSV(B) | 333.15º | 0.74% | 0.96% | - |
| XYZ | 44.12 | 24.8 | 28.85 | - |
| YUV | 126.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 144 | 0 | 0.74 | 0.41 | 0.04 | 333.15 | 0.89 | 0.6 |
| Hex | F4 | 3F | 90 | 0 | 4A | 29 | 4 | 14D | 59 | 3C |
| Octal | 364 | 77 | 220 | 0 | 112 | 51 | 4 | 515 | 131 | 74 |
| Binary | 11110100 | 111111 | 10010000 | 0 | 1001010 | 101001 | 100 | 101001101 | 1011001 | 111100 |
Color Harmonies of #F43F90
Complementary color
Monochromatic Colors of #F43F90
Black with #F43F90
Text Example
Text Example
White with #F43F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43F90; }
p { color: rgb(244,63,144); }
H1.HeaderClassName
{
color: #F43F90;
}
.AnyTagClassName
{
color: #F43F90;
}
</style>
background-color css
<style>
a { background-color: #F43F90; }
a { background-color: rgb(244,63,144); }
div.DivClassName
{
background-color: #F43F90;
}
.BgClassName
{
background-color: #F43F90;
}
</style>
border-color css
<style>
span { border-color: #F43F90; }
span { border-color: rgb(244,63,144); }
td.TdClassName
{
border-color: #F43F90;
}
.TagClassName
{
border-color: #F43F90;
}
</style>