Shades of Violet Red #F84279
Tints of Violet Red #F84279
RGB
CMYK
RGB Variations
Color information
#F84279 (or 0xF84279) is known color: Violet Red. HEX triplet: F8, 42 and 79. RGB value is (248,66,121). Sum of RGB (Red+Green+Blue) = 248+66+121=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F84279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84279 is #07BD86. Grayscale: #7E7E7E. Windows color (decimal): -507271 or 7947000. OLE color: 7947000.
HSL color Cylindrical-coordinate representation of color #F84279: hue angle of 341.87º 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 #F84279 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 121 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.03 |
| HSL | 341.87º | 0.93% | 0.62% | - |
| HSV(B) | 341.87º | 0.73% | 0.97% | - |
| XYZ | 44.11 | 25.23 | 20.63 | - |
| YUV | 126.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 121 | 0 | 0.73 | 0.51 | 0.03 | 341.87 | 0.93 | 0.62 |
| Hex | F8 | 42 | 79 | 0 | 49 | 33 | 3 | 156 | 5D | 3E |
| Octal | 370 | 102 | 171 | 0 | 111 | 63 | 3 | 526 | 135 | 76 |
| Binary | 11111000 | 1000010 | 1111001 | 0 | 1001001 | 110011 | 11 | 101010110 | 1011101 | 111110 |
Color Harmonies of #F84279
Complementary color
Monochromatic Colors of #F84279
Black with #F84279
Text Example
Text Example
White with #F84279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84279; }
p { color: rgb(248,66,121); }
H1.HeaderClassName
{
color: #F84279;
}
.AnyTagClassName
{
color: #F84279;
}
</style>
background-color css
<style>
a { background-color: #F84279; }
a { background-color: rgb(248,66,121); }
div.DivClassName
{
background-color: #F84279;
}
.BgClassName
{
background-color: #F84279;
}
</style>
border-color css
<style>
span { border-color: #F84279; }
span { border-color: rgb(248,66,121); }
td.TdClassName
{
border-color: #F84279;
}
.TagClassName
{
border-color: #F84279;
}
</style>