Shades of Violet Red #F43C7D
Tints of Violet Red #F43C7D
RGB
CMYK
RGB Variations
Color information
#F43C7D (or 0xF43C7D) is known color: Violet Red. HEX triplet: F4, 3C and 7D. RGB value is (244,60,125). Sum of RGB (Red+Green+Blue) = 244+60+125=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43C7D is #0BC382. Grayscale: #7A7A7A. Windows color (decimal): -770947 or 8207604. OLE color: 8207604.
HSL color Cylindrical-coordinate representation of color #F43C7D: hue angle of 338.8º 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 #F43C7D is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 125 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.04 |
| HSL | 338.8º | 0.89% | 0.6% | - |
| HSV(B) | 338.8º | 0.75% | 0.96% | - |
| XYZ | 42.63 | 23.95 | 21.78 | - |
| YUV | 122.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 125 | 0 | 0.75 | 0.49 | 0.04 | 338.8 | 0.89 | 0.6 |
| Hex | F4 | 3C | 7D | 0 | 4B | 31 | 4 | 153 | 59 | 3C |
| Octal | 364 | 74 | 175 | 0 | 113 | 61 | 4 | 523 | 131 | 74 |
| Binary | 11110100 | 111100 | 1111101 | 0 | 1001011 | 110001 | 100 | 101010011 | 1011001 | 111100 |
Color Harmonies of #F43C7D
Complementary color
Monochromatic Colors of #F43C7D
Black with #F43C7D
Text Example
Text Example
White with #F43C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C7D; }
p { color: rgb(244,60,125); }
H1.HeaderClassName
{
color: #F43C7D;
}
.AnyTagClassName
{
color: #F43C7D;
}
</style>
background-color css
<style>
a { background-color: #F43C7D; }
a { background-color: rgb(244,60,125); }
div.DivClassName
{
background-color: #F43C7D;
}
.BgClassName
{
background-color: #F43C7D;
}
</style>
border-color css
<style>
span { border-color: #F43C7D; }
span { border-color: rgb(244,60,125); }
td.TdClassName
{
border-color: #F43C7D;
}
.TagClassName
{
border-color: #F43C7D;
}
</style>