Shades of Violet Red #F84378
Tints of Violet Red #F84378
RGB
CMYK
RGB Variations
Color information
#F84378 (or 0xF84378) is known color: Violet Red. HEX triplet: F8, 43 and 78. RGB value is (248,67,120). Sum of RGB (Red+Green+Blue) = 248+67+120=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F84378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84378 is #07BC87. Grayscale: #7F7F7F. Windows color (decimal): -507016 or 7881720. OLE color: 7881720.
HSL color Cylindrical-coordinate representation of color #F84378: hue angle of 342.43º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84378 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 120 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.03 |
| HSL | 342.43º | 0.93% | 0.62% | - |
| HSV(B) | 342.43º | 0.73% | 0.97% | - |
| XYZ | 44.11 | 25.33 | 20.33 | - |
| YUV | 127.16 | 123.97 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 120 | 0 | 0.73 | 0.52 | 0.03 | 342.43 | 0.93 | 0.62 |
| Hex | F8 | 43 | 78 | 0 | 49 | 34 | 3 | 156 | 5D | 3E |
| Octal | 370 | 103 | 170 | 0 | 111 | 64 | 3 | 526 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1111000 | 0 | 1001001 | 110100 | 11 | 101010110 | 1011101 | 111110 |
Color Harmonies of #F84378
Complementary color
Monochromatic Colors of #F84378
Black with #F84378
Text Example
Text Example
White with #F84378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84378; }
p { color: rgb(248,67,120); }
H1.HeaderClassName
{
color: #F84378;
}
.AnyTagClassName
{
color: #F84378;
}
</style>
background-color css
<style>
a { background-color: #F84378; }
a { background-color: rgb(248,67,120); }
div.DivClassName
{
background-color: #F84378;
}
.BgClassName
{
background-color: #F84378;
}
</style>
border-color css
<style>
span { border-color: #F84378; }
span { border-color: rgb(248,67,120); }
td.TdClassName
{
border-color: #F84378;
}
.TagClassName
{
border-color: #F84378;
}
</style>