Shades of Violet Red #F43D78
Tints of Violet Red #F43D78
RGB
CMYK
RGB Variations
Color information
#F43D78 (or 0xF43D78) is known color: Violet Red. HEX triplet: F4, 3D and 78. RGB value is (244,61,120). Sum of RGB (Red+Green+Blue) = 244+61+120=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43D78 is #0BC287. Grayscale: #7A7A7A. Windows color (decimal): -770696 or 7880180. OLE color: 7880180.
HSL color Cylindrical-coordinate representation of color #F43D78: hue angle of 340.66º 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 #F43D78 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 61 | 120 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.04 |
| HSL | 340.66º | 0.89% | 0.6% | - |
| HSV(B) | 340.66º | 0.75% | 0.96% | - |
| XYZ | 42.37 | 23.93 | 20.15 | - |
| YUV | 122.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 61 | 120 | 0 | 0.75 | 0.51 | 0.04 | 340.66 | 0.89 | 0.6 |
| Hex | F4 | 3D | 78 | 0 | 4B | 33 | 4 | 155 | 59 | 3C |
| Octal | 364 | 75 | 170 | 0 | 113 | 63 | 4 | 525 | 131 | 74 |
| Binary | 11110100 | 111101 | 1111000 | 0 | 1001011 | 110011 | 100 | 101010101 | 1011001 | 111100 |
Color Harmonies of #F43D78
Complementary color
Monochromatic Colors of #F43D78
Black with #F43D78
Text Example
Text Example
White with #F43D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43D78; }
p { color: rgb(244,61,120); }
H1.HeaderClassName
{
color: #F43D78;
}
.AnyTagClassName
{
color: #F43D78;
}
</style>
background-color css
<style>
a { background-color: #F43D78; }
a { background-color: rgb(244,61,120); }
div.DivClassName
{
background-color: #F43D78;
}
.BgClassName
{
background-color: #F43D78;
}
</style>
border-color css
<style>
span { border-color: #F43D78; }
span { border-color: rgb(244,61,120); }
td.TdClassName
{
border-color: #F43D78;
}
.TagClassName
{
border-color: #F43D78;
}
</style>