Shades of Violet Red #F43C85
Tints of Violet Red #F43C85
RGB
CMYK
RGB Variations
Color information
#F43C85 (or 0xF43C85) is known color: Violet Red. HEX triplet: F4, 3C and 85. RGB value is (244,60,133). Sum of RGB (Red+Green+Blue) = 244+60+133=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43C85 is #0BC37A. Grayscale: #7B7B7B. Windows color (decimal): -770939 or 8731892. OLE color: 8731892.
HSL color Cylindrical-coordinate representation of color #F43C85: hue angle of 336.2º 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 #F43C85 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 133 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.04 |
| HSL | 336.2º | 0.89% | 0.6% | - |
| HSV(B) | 336.2º | 0.75% | 0.96% | - |
| XYZ | 43.16 | 24.16 | 24.58 | - |
| YUV | 123.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 133 | 0 | 0.75 | 0.45 | 0.04 | 336.2 | 0.89 | 0.6 |
| Hex | F4 | 3C | 85 | 0 | 4B | 2D | 4 | 150 | 59 | 3C |
| Octal | 364 | 74 | 205 | 0 | 113 | 55 | 4 | 520 | 131 | 74 |
| Binary | 11110100 | 111100 | 10000101 | 0 | 1001011 | 101101 | 100 | 101010000 | 1011001 | 111100 |
Color Harmonies of #F43C85
Complementary color
Monochromatic Colors of #F43C85
Black with #F43C85
Text Example
Text Example
White with #F43C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C85; }
p { color: rgb(244,60,133); }
H1.HeaderClassName
{
color: #F43C85;
}
.AnyTagClassName
{
color: #F43C85;
}
</style>
background-color css
<style>
a { background-color: #F43C85; }
a { background-color: rgb(244,60,133); }
div.DivClassName
{
background-color: #F43C85;
}
.BgClassName
{
background-color: #F43C85;
}
</style>
border-color css
<style>
span { border-color: #F43C85; }
span { border-color: rgb(244,60,133); }
td.TdClassName
{
border-color: #F43C85;
}
.TagClassName
{
border-color: #F43C85;
}
</style>