Shades of Violet Red #F43C8C
Tints of Violet Red #F43C8C
RGB
CMYK
RGB Variations
Color information
#F43C8C (or 0xF43C8C) is known color: Violet Red. HEX triplet: F4, 3C and 8C. RGB value is (244,60,140). Sum of RGB (Red+Green+Blue) = 244+60+140=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43C8C is #0BC373. Grayscale: #7C7C7C. Windows color (decimal): -770932 or 9190644. OLE color: 9190644.
HSL color Cylindrical-coordinate representation of color #F43C8C: hue angle of 333.91º 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 #F43C8C is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 140 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.04 |
| HSL | 333.91º | 0.89% | 0.6% | - |
| HSV(B) | 333.91º | 0.75% | 0.96% | - |
| XYZ | 43.66 | 24.36 | 27.21 | - |
| YUV | 124.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 140 | 0 | 0.75 | 0.43 | 0.04 | 333.91 | 0.89 | 0.6 |
| Hex | F4 | 3C | 8C | 0 | 4B | 2B | 4 | 14E | 59 | 3C |
| Octal | 364 | 74 | 214 | 0 | 113 | 53 | 4 | 516 | 131 | 74 |
| Binary | 11110100 | 111100 | 10001100 | 0 | 1001011 | 101011 | 100 | 101001110 | 1011001 | 111100 |
Color Harmonies of #F43C8C
Complementary color
Monochromatic Colors of #F43C8C
Black with #F43C8C
Text Example
Text Example
White with #F43C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C8C; }
p { color: rgb(244,60,140); }
H1.HeaderClassName
{
color: #F43C8C;
}
.AnyTagClassName
{
color: #F43C8C;
}
</style>
background-color css
<style>
a { background-color: #F43C8C; }
a { background-color: rgb(244,60,140); }
div.DivClassName
{
background-color: #F43C8C;
}
.BgClassName
{
background-color: #F43C8C;
}
</style>
border-color css
<style>
span { border-color: #F43C8C; }
span { border-color: rgb(244,60,140); }
td.TdClassName
{
border-color: #F43C8C;
}
.TagClassName
{
border-color: #F43C8C;
}
</style>