Shades of Violet Red #F83478
Tints of Violet Red #F83478
RGB
CMYK
RGB Variations
Color information
#F83478 (or 0xF83478) is known color: Violet Red. HEX triplet: F8, 34 and 78. RGB value is (248,52,120). Sum of RGB (Red+Green+Blue) = 248+52+120=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F83478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83478 is #07CB87. Grayscale: #767676. Windows color (decimal): -510856 or 7877880. OLE color: 7877880.
HSL color Cylindrical-coordinate representation of color #F83478: hue angle of 339.18º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83478 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 120 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.03 |
| HSL | 339.18º | 0.93% | 0.59% | - |
| HSV(B) | 339.18º | 0.79% | 0.97% | - |
| XYZ | 43.33 | 23.77 | 20.07 | - |
| YUV | 118.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 120 | 0 | 0.79 | 0.52 | 0.03 | 339.18 | 0.93 | 0.59 |
| Hex | F8 | 34 | 78 | 0 | 4F | 34 | 3 | 153 | 5D | 3B |
| Octal | 370 | 64 | 170 | 0 | 117 | 64 | 3 | 523 | 135 | 73 |
| Binary | 11111000 | 110100 | 1111000 | 0 | 1001111 | 110100 | 11 | 101010011 | 1011101 | 111011 |
Color Harmonies of #F83478
Complementary color
Monochromatic Colors of #F83478
Black with #F83478
Text Example
Text Example
White with #F83478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83478; }
p { color: rgb(248,52,120); }
H1.HeaderClassName
{
color: #F83478;
}
.AnyTagClassName
{
color: #F83478;
}
</style>
background-color css
<style>
a { background-color: #F83478; }
a { background-color: rgb(248,52,120); }
div.DivClassName
{
background-color: #F83478;
}
.BgClassName
{
background-color: #F83478;
}
</style>
border-color css
<style>
span { border-color: #F83478; }
span { border-color: rgb(248,52,120); }
td.TdClassName
{
border-color: #F83478;
}
.TagClassName
{
border-color: #F83478;
}
</style>