Shades of Violet Red #F84377
Tints of Violet Red #F84377
RGB
CMYK
RGB Variations
Color information
#F84377 (or 0xF84377) is known color: Violet Red. HEX triplet: F8, 43 and 77. RGB value is (248,67,119). Sum of RGB (Red+Green+Blue) = 248+67+119=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F84377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84377 is #07BC88. Grayscale: #7F7F7F. Windows color (decimal): -507017 or 7816184. OLE color: 7816184.
HSL color Cylindrical-coordinate representation of color #F84377: hue angle of 342.76º 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 #F84377 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 119 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.03 |
| HSL | 342.76º | 0.93% | 0.62% | - |
| HSV(B) | 342.76º | 0.73% | 0.97% | - |
| XYZ | 44.05 | 25.3 | 20.02 | - |
| YUV | 127.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 119 | 0 | 0.73 | 0.52 | 0.03 | 342.76 | 0.93 | 0.62 |
| Hex | F8 | 43 | 77 | 0 | 49 | 34 | 3 | 157 | 5D | 3E |
| Octal | 370 | 103 | 167 | 0 | 111 | 64 | 3 | 527 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1110111 | 0 | 1001001 | 110100 | 11 | 101010111 | 1011101 | 111110 |
Color Harmonies of #F84377
Complementary color
Monochromatic Colors of #F84377
Black with #F84377
Text Example
Text Example
White with #F84377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84377; }
p { color: rgb(248,67,119); }
H1.HeaderClassName
{
color: #F84377;
}
.AnyTagClassName
{
color: #F84377;
}
</style>
background-color css
<style>
a { background-color: #F84377; }
a { background-color: rgb(248,67,119); }
div.DivClassName
{
background-color: #F84377;
}
.BgClassName
{
background-color: #F84377;
}
</style>
border-color css
<style>
span { border-color: #F84377; }
span { border-color: rgb(248,67,119); }
td.TdClassName
{
border-color: #F84377;
}
.TagClassName
{
border-color: #F84377;
}
</style>