Shades of Violet Red #F8378C
Tints of Violet Red #F8378C
RGB
CMYK
RGB Variations
Color information
#F8378C (or 0xF8378C) is known color: Violet Red. HEX triplet: F8, 37 and 8C. RGB value is (248,55,140). Sum of RGB (Red+Green+Blue) = 248+55+140=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F8378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8378C is #07C873. Grayscale: #7A7A7A. Windows color (decimal): -510068 or 9189368. OLE color: 9189368.
HSL color Cylindrical-coordinate representation of color #F8378C: hue angle of 333.58º 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 #F8378C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 140 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.03 |
| HSL | 333.58º | 0.93% | 0.59% | - |
| HSV(B) | 333.58º | 0.78% | 0.97% | - |
| XYZ | 44.81 | 24.58 | 27.19 | - |
| YUV | 122.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 140 | 0 | 0.78 | 0.44 | 0.03 | 333.58 | 0.93 | 0.59 |
| Hex | F8 | 37 | 8C | 0 | 4E | 2C | 3 | 14E | 5D | 3B |
| Octal | 370 | 67 | 214 | 0 | 116 | 54 | 3 | 516 | 135 | 73 |
| Binary | 11111000 | 110111 | 10001100 | 0 | 1001110 | 101100 | 11 | 101001110 | 1011101 | 111011 |
Color Harmonies of #F8378C
Complementary color
Monochromatic Colors of #F8378C
Black with #F8378C
Text Example
Text Example
White with #F8378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8378C; }
p { color: rgb(248,55,140); }
H1.HeaderClassName
{
color: #F8378C;
}
.AnyTagClassName
{
color: #F8378C;
}
</style>
background-color css
<style>
a { background-color: #F8378C; }
a { background-color: rgb(248,55,140); }
div.DivClassName
{
background-color: #F8378C;
}
.BgClassName
{
background-color: #F8378C;
}
</style>
border-color css
<style>
span { border-color: #F8378C; }
span { border-color: rgb(248,55,140); }
td.TdClassName
{
border-color: #F8378C;
}
.TagClassName
{
border-color: #F8378C;
}
</style>