Shades of Violet Red #F8407A
Tints of Violet Red #F8407A
RGB
CMYK
RGB Variations
Color information
#F8407A (or 0xF8407A) is known color: Violet Red. HEX triplet: F8, 40 and 7A. RGB value is (248,64,122). Sum of RGB (Red+Green+Blue) = 248+64+122=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F8407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8407A is #07BF85. Grayscale: #7D7D7D. Windows color (decimal): -507782 or 8012024. OLE color: 8012024.
HSL color Cylindrical-coordinate representation of color #F8407A: hue angle of 341.09º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8407A is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 122 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.03 |
| HSL | 341.09º | 0.93% | 0.61% | - |
| HSV(B) | 341.09º | 0.74% | 0.97% | - |
| XYZ | 44.06 | 25.03 | 20.92 | - |
| YUV | 125.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 122 | 0 | 0.74 | 0.51 | 0.03 | 341.09 | 0.93 | 0.61 |
| Hex | F8 | 40 | 7A | 0 | 4A | 33 | 3 | 155 | 5D | 3D |
| Octal | 370 | 100 | 172 | 0 | 112 | 63 | 3 | 525 | 135 | 75 |
| Binary | 11111000 | 1000000 | 1111010 | 0 | 1001010 | 110011 | 11 | 101010101 | 1011101 | 111101 |
Color Harmonies of #F8407A
Complementary color
Monochromatic Colors of #F8407A
Black with #F8407A
Text Example
Text Example
White with #F8407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8407A; }
p { color: rgb(248,64,122); }
H1.HeaderClassName
{
color: #F8407A;
}
.AnyTagClassName
{
color: #F8407A;
}
</style>
background-color css
<style>
a { background-color: #F8407A; }
a { background-color: rgb(248,64,122); }
div.DivClassName
{
background-color: #F8407A;
}
.BgClassName
{
background-color: #F8407A;
}
</style>
border-color css
<style>
span { border-color: #F8407A; }
span { border-color: rgb(248,64,122); }
td.TdClassName
{
border-color: #F8407A;
}
.TagClassName
{
border-color: #F8407A;
}
</style>