Shades of Violet Red #F43C7A
Tints of Violet Red #F43C7A
RGB
CMYK
RGB Variations
Color information
#F43C7A (or 0xF43C7A) is known color: Violet Red. HEX triplet: F4, 3C and 7A. RGB value is (244,60,122). Sum of RGB (Red+Green+Blue) = 244+60+122=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43C7A is #0BC385. Grayscale: #7A7A7A. Windows color (decimal): -770950 or 8010996. OLE color: 8010996.
HSL color Cylindrical-coordinate representation of color #F43C7A: hue angle of 339.78º 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 #F43C7A is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 122 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.04 |
| HSL | 339.78º | 0.89% | 0.6% | - |
| HSV(B) | 339.78º | 0.75% | 0.96% | - |
| XYZ | 42.44 | 23.87 | 20.78 | - |
| YUV | 122.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 122 | 0 | 0.75 | 0.5 | 0.04 | 339.78 | 0.89 | 0.6 |
| Hex | F4 | 3C | 7A | 0 | 4B | 32 | 4 | 154 | 59 | 3C |
| Octal | 364 | 74 | 172 | 0 | 113 | 62 | 4 | 524 | 131 | 74 |
| Binary | 11110100 | 111100 | 1111010 | 0 | 1001011 | 110010 | 100 | 101010100 | 1011001 | 111100 |
Color Harmonies of #F43C7A
Complementary color
Monochromatic Colors of #F43C7A
Black with #F43C7A
Text Example
Text Example
White with #F43C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C7A; }
p { color: rgb(244,60,122); }
H1.HeaderClassName
{
color: #F43C7A;
}
.AnyTagClassName
{
color: #F43C7A;
}
</style>
background-color css
<style>
a { background-color: #F43C7A; }
a { background-color: rgb(244,60,122); }
div.DivClassName
{
background-color: #F43C7A;
}
.BgClassName
{
background-color: #F43C7A;
}
</style>
border-color css
<style>
span { border-color: #F43C7A; }
span { border-color: rgb(244,60,122); }
td.TdClassName
{
border-color: #F43C7A;
}
.TagClassName
{
border-color: #F43C7A;
}
</style>