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