Shades of Violet Red #F8468B
Tints of Violet Red #F8468B
RGB
CMYK
RGB Variations
Color information
#F8468B (or 0xF8468B) is known color: Violet Red. HEX triplet: F8, 46 and 8B. RGB value is (248,70,139). Sum of RGB (Red+Green+Blue) = 248+70+139=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8468B is #07B974. Grayscale: #828282. Windows color (decimal): -506229 or 9127672. OLE color: 9127672.
HSL color Cylindrical-coordinate representation of color #F8468B: hue angle of 336.74º 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 #F8468B is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 139 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.03 |
| HSL | 336.74º | 0.93% | 0.62% | - |
| HSV(B) | 336.74º | 0.72% | 0.97% | - |
| XYZ | 45.56 | 26.2 | 27.08 | - |
| YUV | 131.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 139 | 0 | 0.72 | 0.44 | 0.03 | 336.74 | 0.93 | 0.62 |
| Hex | F8 | 46 | 8B | 0 | 48 | 2C | 3 | 151 | 5D | 3E |
| Octal | 370 | 106 | 213 | 0 | 110 | 54 | 3 | 521 | 135 | 76 |
| Binary | 11111000 | 1000110 | 10001011 | 0 | 1001000 | 101100 | 11 | 101010001 | 1011101 | 111110 |
Color Harmonies of #F8468B
Complementary color
Monochromatic Colors of #F8468B
Black with #F8468B
Text Example
Text Example
White with #F8468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8468B; }
p { color: rgb(248,70,139); }
H1.HeaderClassName
{
color: #F8468B;
}
.AnyTagClassName
{
color: #F8468B;
}
</style>
background-color css
<style>
a { background-color: #F8468B; }
a { background-color: rgb(248,70,139); }
div.DivClassName
{
background-color: #F8468B;
}
.BgClassName
{
background-color: #F8468B;
}
</style>
border-color css
<style>
span { border-color: #F8468B; }
span { border-color: rgb(248,70,139); }
td.TdClassName
{
border-color: #F8468B;
}
.TagClassName
{
border-color: #F8468B;
}
</style>