Shades of Violet Red #F8418C
Tints of Violet Red #F8418C
RGB
CMYK
RGB Variations
Color information
#F8418C (or 0xF8418C) is known color: Violet Red. HEX triplet: F8, 41 and 8C. RGB value is (248,65,140). Sum of RGB (Red+Green+Blue) = 248+65+140=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8418C is #07BE73. Grayscale: #808080. Windows color (decimal): -507508 or 9191928. OLE color: 9191928.
HSL color Cylindrical-coordinate representation of color #F8418C: hue angle of 335.41º 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 #F8418C is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 140 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.03 |
| HSL | 335.41º | 0.93% | 0.61% | - |
| HSV(B) | 335.41º | 0.74% | 0.97% | - |
| XYZ | 45.34 | 25.63 | 27.37 | - |
| YUV | 128.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 140 | 0 | 0.74 | 0.44 | 0.03 | 335.41 | 0.93 | 0.61 |
| Hex | F8 | 41 | 8C | 0 | 4A | 2C | 3 | 14F | 5D | 3D |
| Octal | 370 | 101 | 214 | 0 | 112 | 54 | 3 | 517 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10001100 | 0 | 1001010 | 101100 | 11 | 101001111 | 1011101 | 111101 |
Color Harmonies of #F8418C
Complementary color
Monochromatic Colors of #F8418C
Black with #F8418C
Text Example
Text Example
White with #F8418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8418C; }
p { color: rgb(248,65,140); }
H1.HeaderClassName
{
color: #F8418C;
}
.AnyTagClassName
{
color: #F8418C;
}
</style>
background-color css
<style>
a { background-color: #F8418C; }
a { background-color: rgb(248,65,140); }
div.DivClassName
{
background-color: #F8418C;
}
.BgClassName
{
background-color: #F8418C;
}
</style>
border-color css
<style>
span { border-color: #F8418C; }
span { border-color: rgb(248,65,140); }
td.TdClassName
{
border-color: #F8418C;
}
.TagClassName
{
border-color: #F8418C;
}
</style>