Shades of Violet Red #F84785
Tints of Violet Red #F84785
RGB
CMYK
RGB Variations
Color information
#F84785 (or 0xF84785) is known color: Violet Red. HEX triplet: F8, 47 and 85. RGB value is (248,71,133). Sum of RGB (Red+Green+Blue) = 248+71+133=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F84785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84785 is #07B87A. Grayscale: #828282. Windows color (decimal): -505979 or 8734712. OLE color: 8734712.
HSL color Cylindrical-coordinate representation of color #F84785: hue angle of 338.98º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84785 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 133 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.03 |
| HSL | 338.98º | 0.93% | 0.63% | - |
| HSV(B) | 338.98º | 0.71% | 0.97% | - |
| XYZ | 45.2 | 26.16 | 24.86 | - |
| YUV | 130.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 133 | 0 | 0.71 | 0.46 | 0.03 | 338.98 | 0.93 | 0.63 |
| Hex | F8 | 47 | 85 | 0 | 47 | 2E | 3 | 153 | 5D | 3F |
| Octal | 370 | 107 | 205 | 0 | 107 | 56 | 3 | 523 | 135 | 77 |
| Binary | 11111000 | 1000111 | 10000101 | 0 | 1000111 | 101110 | 11 | 101010011 | 1011101 | 111111 |
Color Harmonies of #F84785
Complementary color
Monochromatic Colors of #F84785
Black with #F84785
Text Example
Text Example
White with #F84785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84785; }
p { color: rgb(248,71,133); }
H1.HeaderClassName
{
color: #F84785;
}
.AnyTagClassName
{
color: #F84785;
}
</style>
background-color css
<style>
a { background-color: #F84785; }
a { background-color: rgb(248,71,133); }
div.DivClassName
{
background-color: #F84785;
}
.BgClassName
{
background-color: #F84785;
}
</style>
border-color css
<style>
span { border-color: #F84785; }
span { border-color: rgb(248,71,133); }
td.TdClassName
{
border-color: #F84785;
}
.TagClassName
{
border-color: #F84785;
}
</style>