Shades of Violet Red #F84575
Tints of Violet Red #F84575
RGB
CMYK
RGB Variations
Color information
#F84575 (or 0xF84575) is known color: Violet Red. HEX triplet: F8, 45 and 75. RGB value is (248,69,117). Sum of RGB (Red+Green+Blue) = 248+69+117=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F84575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84575 is #07BA8A. Grayscale: #7F7F7F. Windows color (decimal): -506507 or 7685624. OLE color: 7685624.
HSL color Cylindrical-coordinate representation of color #F84575: hue angle of 343.91º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F84575 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 117 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.03 |
| HSL | 343.91º | 0.93% | 0.62% | - |
| HSV(B) | 343.91º | 0.72% | 0.97% | - |
| XYZ | 44.05 | 25.5 | 19.43 | - |
| YUV | 127.99 | 121.8 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 117 | 0 | 0.72 | 0.53 | 0.03 | 343.91 | 0.93 | 0.62 |
| Hex | F8 | 45 | 75 | 0 | 48 | 35 | 3 | 158 | 5D | 3E |
| Octal | 370 | 105 | 165 | 0 | 110 | 65 | 3 | 530 | 135 | 76 |
| Binary | 11111000 | 1000101 | 1110101 | 0 | 1001000 | 110101 | 11 | 101011000 | 1011101 | 111110 |
Color Harmonies of #F84575
Complementary color
Monochromatic Colors of #F84575
Black with #F84575
Text Example
Text Example
White with #F84575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84575; }
p { color: rgb(248,69,117); }
H1.HeaderClassName
{
color: #F84575;
}
.AnyTagClassName
{
color: #F84575;
}
</style>
background-color css
<style>
a { background-color: #F84575; }
a { background-color: rgb(248,69,117); }
div.DivClassName
{
background-color: #F84575;
}
.BgClassName
{
background-color: #F84575;
}
</style>
border-color css
<style>
span { border-color: #F84575; }
span { border-color: rgb(248,69,117); }
td.TdClassName
{
border-color: #F84575;
}
.TagClassName
{
border-color: #F84575;
}
</style>