Shades of Violet Red #F8468E
Tints of Violet Red #F8468E
RGB
CMYK
RGB Variations
Color information
#F8468E (or 0xF8468E) is known color: Violet Red. HEX triplet: F8, 46 and 8E. RGB value is (248,70,142). Sum of RGB (Red+Green+Blue) = 248+70+142=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8468E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8468E is #07B971. Grayscale: #838383. Windows color (decimal): -506226 or 9324280. OLE color: 9324280.
HSL color Cylindrical-coordinate representation of color #F8468E: hue angle of 335.73º 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 #F8468E is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 142 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.03 |
| HSL | 335.73º | 0.93% | 0.62% | - |
| HSV(B) | 335.73º | 0.72% | 0.97% | - |
| XYZ | 45.78 | 26.29 | 28.25 | - |
| YUV | 131.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 142 | 0 | 0.72 | 0.43 | 0.03 | 335.73 | 0.93 | 0.62 |
| Hex | F8 | 46 | 8E | 0 | 48 | 2B | 3 | 150 | 5D | 3E |
| Octal | 370 | 106 | 216 | 0 | 110 | 53 | 3 | 520 | 135 | 76 |
| Binary | 11111000 | 1000110 | 10001110 | 0 | 1001000 | 101011 | 11 | 101010000 | 1011101 | 111110 |
Color Harmonies of #F8468E
Complementary color
Monochromatic Colors of #F8468E
Black with #F8468E
Text Example
Text Example
White with #F8468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8468E; }
p { color: rgb(248,70,142); }
H1.HeaderClassName
{
color: #F8468E;
}
.AnyTagClassName
{
color: #F8468E;
}
</style>
background-color css
<style>
a { background-color: #F8468E; }
a { background-color: rgb(248,70,142); }
div.DivClassName
{
background-color: #F8468E;
}
.BgClassName
{
background-color: #F8468E;
}
</style>
border-color css
<style>
span { border-color: #F8468E; }
span { border-color: rgb(248,70,142); }
td.TdClassName
{
border-color: #F8468E;
}
.TagClassName
{
border-color: #F8468E;
}
</style>