Shades of Violet Red #F83781
Tints of Violet Red #F83781
RGB
CMYK
RGB Variations
Color information
#F83781 (or 0xF83781) is known color: Violet Red. HEX triplet: F8, 37 and 81. RGB value is (248,55,129). Sum of RGB (Red+Green+Blue) = 248+55+129=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F83781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83781 is #07C87E. Grayscale: #797979. Windows color (decimal): -510079 or 8468472. OLE color: 8468472.
HSL color Cylindrical-coordinate representation of color #F83781: hue angle of 336.99º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F83781 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 129 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.03 |
| HSL | 336.99º | 0.93% | 0.59% | - |
| HSV(B) | 336.99º | 0.78% | 0.97% | - |
| XYZ | 44.04 | 24.27 | 23.13 | - |
| YUV | 121.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 129 | 0 | 0.78 | 0.48 | 0.03 | 336.99 | 0.93 | 0.59 |
| Hex | F8 | 37 | 81 | 0 | 4E | 30 | 3 | 151 | 5D | 3B |
| Octal | 370 | 67 | 201 | 0 | 116 | 60 | 3 | 521 | 135 | 73 |
| Binary | 11111000 | 110111 | 10000001 | 0 | 1001110 | 110000 | 11 | 101010001 | 1011101 | 111011 |
Color Harmonies of #F83781
Complementary color
Monochromatic Colors of #F83781
Black with #F83781
Text Example
Text Example
White with #F83781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83781; }
p { color: rgb(248,55,129); }
H1.HeaderClassName
{
color: #F83781;
}
.AnyTagClassName
{
color: #F83781;
}
</style>
background-color css
<style>
a { background-color: #F83781; }
a { background-color: rgb(248,55,129); }
div.DivClassName
{
background-color: #F83781;
}
.BgClassName
{
background-color: #F83781;
}
</style>
border-color css
<style>
span { border-color: #F83781; }
span { border-color: rgb(248,55,129); }
td.TdClassName
{
border-color: #F83781;
}
.TagClassName
{
border-color: #F83781;
}
</style>