Shades of Violet Red #F8467E
Tints of Violet Red #F8467E
RGB
CMYK
RGB Variations
Color information
#F8467E (or 0xF8467E) is known color: Violet Red. HEX triplet: F8, 46 and 7E. RGB value is (248,70,126). Sum of RGB (Red+Green+Blue) = 248+70+126=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8467E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8467E is #07B981. Grayscale: #818181. Windows color (decimal): -506242 or 8275704. OLE color: 8275704.
HSL color Cylindrical-coordinate representation of color #F8467E: hue angle of 341.12º 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 #F8467E is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 126 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.03 |
| HSL | 341.12º | 0.93% | 0.62% | - |
| HSV(B) | 341.12º | 0.72% | 0.97% | - |
| XYZ | 44.67 | 25.84 | 22.37 | - |
| YUV | 129.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 126 | 0 | 0.72 | 0.49 | 0.03 | 341.12 | 0.93 | 0.62 |
| Hex | F8 | 46 | 7E | 0 | 48 | 31 | 3 | 155 | 5D | 3E |
| Octal | 370 | 106 | 176 | 0 | 110 | 61 | 3 | 525 | 135 | 76 |
| Binary | 11111000 | 1000110 | 1111110 | 0 | 1001000 | 110001 | 11 | 101010101 | 1011101 | 111110 |
Color Harmonies of #F8467E
Complementary color
Monochromatic Colors of #F8467E
Black with #F8467E
Text Example
Text Example
White with #F8467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8467E; }
p { color: rgb(248,70,126); }
H1.HeaderClassName
{
color: #F8467E;
}
.AnyTagClassName
{
color: #F8467E;
}
</style>
background-color css
<style>
a { background-color: #F8467E; }
a { background-color: rgb(248,70,126); }
div.DivClassName
{
background-color: #F8467E;
}
.BgClassName
{
background-color: #F8467E;
}
</style>
border-color css
<style>
span { border-color: #F8467E; }
span { border-color: rgb(248,70,126); }
td.TdClassName
{
border-color: #F8467E;
}
.TagClassName
{
border-color: #F8467E;
}
</style>