Shades of Violet Red #F8478F
Tints of Violet Red #F8478F
RGB
CMYK
RGB Variations
Color information
#F8478F (or 0xF8478F) is known color: Violet Red. HEX triplet: F8, 47 and 8F. RGB value is (248,71,143). Sum of RGB (Red+Green+Blue) = 248+71+143=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8478F is #07B870. Grayscale: #848484. Windows color (decimal): -505969 or 9390072. OLE color: 9390072.
HSL color Cylindrical-coordinate representation of color #F8478F: hue angle of 335.59º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8478F is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 143 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.03 |
| HSL | 335.59º | 0.93% | 0.63% | - |
| HSV(B) | 335.59º | 0.71% | 0.97% | - |
| XYZ | 45.92 | 26.45 | 28.67 | - |
| YUV | 132.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 143 | 0 | 0.71 | 0.42 | 0.03 | 335.59 | 0.93 | 0.63 |
| Hex | F8 | 47 | 8F | 0 | 47 | 2A | 3 | 150 | 5D | 3F |
| Octal | 370 | 107 | 217 | 0 | 107 | 52 | 3 | 520 | 135 | 77 |
| Binary | 11111000 | 1000111 | 10001111 | 0 | 1000111 | 101010 | 11 | 101010000 | 1011101 | 111111 |
Color Harmonies of #F8478F
Complementary color
Monochromatic Colors of #F8478F
Black with #F8478F
Text Example
Text Example
White with #F8478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8478F; }
p { color: rgb(248,71,143); }
H1.HeaderClassName
{
color: #F8478F;
}
.AnyTagClassName
{
color: #F8478F;
}
</style>
background-color css
<style>
a { background-color: #F8478F; }
a { background-color: rgb(248,71,143); }
div.DivClassName
{
background-color: #F8478F;
}
.BgClassName
{
background-color: #F8478F;
}
</style>
border-color css
<style>
span { border-color: #F8478F; }
span { border-color: rgb(248,71,143); }
td.TdClassName
{
border-color: #F8478F;
}
.TagClassName
{
border-color: #F8478F;
}
</style>