Shades of Violet Red #F83978
Tints of Violet Red #F83978
RGB
CMYK
RGB Variations
Color information
#F83978 (or 0xF83978) is known color: Violet Red. HEX triplet: F8, 39 and 78. RGB value is (248,57,120). Sum of RGB (Red+Green+Blue) = 248+57+120=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F83978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83978 is #07C687. Grayscale: #797979. Windows color (decimal): -509576 or 7879160. OLE color: 7879160.
HSL color Cylindrical-coordinate representation of color #F83978: hue angle of 340.21º 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 #F83978 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 120 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.03 |
| HSL | 340.21º | 0.93% | 0.6% | - |
| HSV(B) | 340.21º | 0.77% | 0.97% | - |
| XYZ | 43.56 | 24.24 | 20.15 | - |
| YUV | 121.29 | 127.28 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 120 | 0 | 0.77 | 0.52 | 0.03 | 340.21 | 0.93 | 0.6 |
| Hex | F8 | 39 | 78 | 0 | 4D | 34 | 3 | 154 | 5D | 3C |
| Octal | 370 | 71 | 170 | 0 | 115 | 64 | 3 | 524 | 135 | 74 |
| Binary | 11111000 | 111001 | 1111000 | 0 | 1001101 | 110100 | 11 | 101010100 | 1011101 | 111100 |
Color Harmonies of #F83978
Complementary color
Monochromatic Colors of #F83978
Black with #F83978
Text Example
Text Example
White with #F83978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83978; }
p { color: rgb(248,57,120); }
H1.HeaderClassName
{
color: #F83978;
}
.AnyTagClassName
{
color: #F83978;
}
</style>
background-color css
<style>
a { background-color: #F83978; }
a { background-color: rgb(248,57,120); }
div.DivClassName
{
background-color: #F83978;
}
.BgClassName
{
background-color: #F83978;
}
</style>
border-color css
<style>
span { border-color: #F83978; }
span { border-color: rgb(248,57,120); }
td.TdClassName
{
border-color: #F83978;
}
.TagClassName
{
border-color: #F83978;
}
</style>