Shades of Violet Red #F84179
Tints of Violet Red #F84179
RGB
CMYK
RGB Variations
Color information
#F84179 (or 0xF84179) is known color: Violet Red. HEX triplet: F8, 41 and 79. RGB value is (248,65,121). Sum of RGB (Red+Green+Blue) = 248+65+121=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F84179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84179 is #07BE86. Grayscale: #7E7E7E. Windows color (decimal): -507527 or 7946744. OLE color: 7946744.
HSL color Cylindrical-coordinate representation of color #F84179: hue angle of 341.64º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84179 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 121 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.03 |
| HSL | 341.64º | 0.93% | 0.61% | - |
| HSV(B) | 341.64º | 0.74% | 0.97% | - |
| XYZ | 44.05 | 25.12 | 20.62 | - |
| YUV | 126.1 | 125.13 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 121 | 0 | 0.74 | 0.51 | 0.03 | 341.64 | 0.93 | 0.61 |
| Hex | F8 | 41 | 79 | 0 | 4A | 33 | 3 | 156 | 5D | 3D |
| Octal | 370 | 101 | 171 | 0 | 112 | 63 | 3 | 526 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1111001 | 0 | 1001010 | 110011 | 11 | 101010110 | 1011101 | 111101 |
Color Harmonies of #F84179
Complementary color
Monochromatic Colors of #F84179
Black with #F84179
Text Example
Text Example
White with #F84179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84179; }
p { color: rgb(248,65,121); }
H1.HeaderClassName
{
color: #F84179;
}
.AnyTagClassName
{
color: #F84179;
}
</style>
background-color css
<style>
a { background-color: #F84179; }
a { background-color: rgb(248,65,121); }
div.DivClassName
{
background-color: #F84179;
}
.BgClassName
{
background-color: #F84179;
}
</style>
border-color css
<style>
span { border-color: #F84179; }
span { border-color: rgb(248,65,121); }
td.TdClassName
{
border-color: #F84179;
}
.TagClassName
{
border-color: #F84179;
}
</style>