Shades of Violet Red #F8467F
Tints of Violet Red #F8467F
RGB
CMYK
RGB Variations
Color information
#F8467F (or 0xF8467F) is known color: Violet Red. HEX triplet: F8, 46 and 7F. RGB value is (248,70,127). Sum of RGB (Red+Green+Blue) = 248+70+127=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F8467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8467F is #07B980. Grayscale: #818181. Windows color (decimal): -506241 or 8341240. OLE color: 8341240.
HSL color Cylindrical-coordinate representation of color #F8467F: hue angle of 340.79º 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 #F8467F is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 127 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.03 |
| HSL | 340.79º | 0.93% | 0.62% | - |
| HSV(B) | 340.79º | 0.72% | 0.97% | - |
| XYZ | 44.73 | 25.87 | 22.71 | - |
| YUV | 129.72 | 126.47 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 127 | 0 | 0.72 | 0.49 | 0.03 | 340.79 | 0.93 | 0.62 |
| Hex | F8 | 46 | 7F | 0 | 48 | 31 | 3 | 155 | 5D | 3E |
| Octal | 370 | 106 | 177 | 0 | 110 | 61 | 3 | 525 | 135 | 76 |
| Binary | 11111000 | 1000110 | 1111111 | 0 | 1001000 | 110001 | 11 | 101010101 | 1011101 | 111110 |
Color Harmonies of #F8467F
Complementary color
Monochromatic Colors of #F8467F
Black with #F8467F
Text Example
Text Example
White with #F8467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8467F; }
p { color: rgb(248,70,127); }
H1.HeaderClassName
{
color: #F8467F;
}
.AnyTagClassName
{
color: #F8467F;
}
</style>
background-color css
<style>
a { background-color: #F8467F; }
a { background-color: rgb(248,70,127); }
div.DivClassName
{
background-color: #F8467F;
}
.BgClassName
{
background-color: #F8467F;
}
</style>
border-color css
<style>
span { border-color: #F8467F; }
span { border-color: rgb(248,70,127); }
td.TdClassName
{
border-color: #F8467F;
}
.TagClassName
{
border-color: #F8467F;
}
</style>