Shades of Violet Red #F83881
Tints of Violet Red #F83881
RGB
CMYK
RGB Variations
Color information
#F83881 (or 0xF83881) is known color: Violet Red. HEX triplet: F8, 38 and 81. RGB value is (248,56,129). Sum of RGB (Red+Green+Blue) = 248+56+129=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F83881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83881 is #07C77E. Grayscale: #797979. Windows color (decimal): -509823 or 8468728. OLE color: 8468728.
HSL color Cylindrical-coordinate representation of color #F83881: hue angle of 337.19º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83881 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 129 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.03 |
| HSL | 337.19º | 0.93% | 0.6% | - |
| HSV(B) | 337.19º | 0.77% | 0.97% | - |
| XYZ | 44.09 | 24.37 | 23.15 | - |
| YUV | 121.73 | 132.11 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 129 | 0 | 0.77 | 0.48 | 0.03 | 337.19 | 0.93 | 0.6 |
| Hex | F8 | 38 | 81 | 0 | 4D | 30 | 3 | 151 | 5D | 3C |
| Octal | 370 | 70 | 201 | 0 | 115 | 60 | 3 | 521 | 135 | 74 |
| Binary | 11111000 | 111000 | 10000001 | 0 | 1001101 | 110000 | 11 | 101010001 | 1011101 | 111100 |
Color Harmonies of #F83881
Complementary color
Monochromatic Colors of #F83881
Black with #F83881
Text Example
Text Example
White with #F83881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83881; }
p { color: rgb(248,56,129); }
H1.HeaderClassName
{
color: #F83881;
}
.AnyTagClassName
{
color: #F83881;
}
</style>
background-color css
<style>
a { background-color: #F83881; }
a { background-color: rgb(248,56,129); }
div.DivClassName
{
background-color: #F83881;
}
.BgClassName
{
background-color: #F83881;
}
</style>
border-color css
<style>
span { border-color: #F83881; }
span { border-color: rgb(248,56,129); }
td.TdClassName
{
border-color: #F83881;
}
.TagClassName
{
border-color: #F83881;
}
</style>