Shades of Violet Red #F43080
Tints of Violet Red #F43080
RGB
CMYK
RGB Variations
Color information
#F43080 (or 0xF43080) is known color: Violet Red. HEX triplet: F4, 30 and 80. RGB value is (244,48,128). Sum of RGB (Red+Green+Blue) = 244+48+128=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F43080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43080 is #0BCF7F. Grayscale: #737373. Windows color (decimal): -774016 or 8401140. OLE color: 8401140.
HSL color Cylindrical-coordinate representation of color #F43080: hue angle of 335.51º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43080 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 128 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.04 |
| HSL | 335.51º | 0.9% | 0.57% | - |
| HSV(B) | 335.51º | 0.8% | 0.96% | - |
| XYZ | 42.26 | 22.91 | 22.62 | - |
| YUV | 115.72 | 134.93 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 128 | 0 | 0.80 | 0.48 | 0.04 | 335.51 | 0.9 | 0.57 |
| Hex | F4 | 30 | 80 | 0 | 50 | 30 | 4 | 150 | 5A | 39 |
| Octal | 364 | 60 | 200 | 0 | 120 | 60 | 4 | 520 | 132 | 71 |
| Binary | 11110100 | 110000 | 10000000 | 0 | 1010000 | 110000 | 100 | 101010000 | 1011010 | 111001 |
Color Harmonies of #F43080
Complementary color
Monochromatic Colors of #F43080
Black with #F43080
Text Example
Text Example
White with #F43080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43080; }
p { color: rgb(244,48,128); }
H1.HeaderClassName
{
color: #F43080;
}
.AnyTagClassName
{
color: #F43080;
}
</style>
background-color css
<style>
a { background-color: #F43080; }
a { background-color: rgb(244,48,128); }
div.DivClassName
{
background-color: #F43080;
}
.BgClassName
{
background-color: #F43080;
}
</style>
border-color css
<style>
span { border-color: #F43080; }
span { border-color: rgb(244,48,128); }
td.TdClassName
{
border-color: #F43080;
}
.TagClassName
{
border-color: #F43080;
}
</style>