Shades of Violet Red #F84380
Tints of Violet Red #F84380
RGB
CMYK
RGB Variations
Color information
#F84380 (or 0xF84380) is known color: Violet Red. HEX triplet: F8, 43 and 80. RGB value is (248,67,128). Sum of RGB (Red+Green+Blue) = 248+67+128=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F84380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84380 is #07BC7F. Grayscale: #808080. Windows color (decimal): -507008 or 8406008. OLE color: 8406008.
HSL color Cylindrical-coordinate representation of color #F84380: hue angle of 339.78º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84380 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 128 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.03 |
| HSL | 339.78º | 0.93% | 0.62% | - |
| HSV(B) | 339.78º | 0.73% | 0.97% | - |
| XYZ | 44.61 | 25.53 | 23 | - |
| YUV | 128.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 128 | 0 | 0.73 | 0.48 | 0.03 | 339.78 | 0.93 | 0.62 |
| Hex | F8 | 43 | 80 | 0 | 49 | 30 | 3 | 154 | 5D | 3E |
| Octal | 370 | 103 | 200 | 0 | 111 | 60 | 3 | 524 | 135 | 76 |
| Binary | 11111000 | 1000011 | 10000000 | 0 | 1001001 | 110000 | 11 | 101010100 | 1011101 | 111110 |
Color Harmonies of #F84380
Complementary color
Monochromatic Colors of #F84380
Black with #F84380
Text Example
Text Example
White with #F84380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84380; }
p { color: rgb(248,67,128); }
H1.HeaderClassName
{
color: #F84380;
}
.AnyTagClassName
{
color: #F84380;
}
</style>
background-color css
<style>
a { background-color: #F84380; }
a { background-color: rgb(248,67,128); }
div.DivClassName
{
background-color: #F84380;
}
.BgClassName
{
background-color: #F84380;
}
</style>
border-color css
<style>
span { border-color: #F84380; }
span { border-color: rgb(248,67,128); }
td.TdClassName
{
border-color: #F84380;
}
.TagClassName
{
border-color: #F84380;
}
</style>