Shades of Violet Red #F8418F
Tints of Violet Red #F8418F
RGB
CMYK
RGB Variations
Color information
#F8418F (or 0xF8418F) is known color: Violet Red. HEX triplet: F8, 41 and 8F. RGB value is (248,65,143). Sum of RGB (Red+Green+Blue) = 248+65+143=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8418F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8418F is #07BE70. Grayscale: #808080. Windows color (decimal): -507505 or 9388536. OLE color: 9388536.
HSL color Cylindrical-coordinate representation of color #F8418F: hue angle of 334.43º 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 #F8418F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 143 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.03 |
| HSL | 334.43º | 0.93% | 0.61% | - |
| HSV(B) | 334.43º | 0.74% | 0.97% | - |
| XYZ | 45.56 | 25.72 | 28.55 | - |
| YUV | 128.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 143 | 0 | 0.74 | 0.42 | 0.03 | 334.43 | 0.93 | 0.61 |
| Hex | F8 | 41 | 8F | 0 | 4A | 2A | 3 | 14E | 5D | 3D |
| Octal | 370 | 101 | 217 | 0 | 112 | 52 | 3 | 516 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10001111 | 0 | 1001010 | 101010 | 11 | 101001110 | 1011101 | 111101 |
Color Harmonies of #F8418F
Complementary color
Monochromatic Colors of #F8418F
Black with #F8418F
Text Example
Text Example
White with #F8418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8418F; }
p { color: rgb(248,65,143); }
H1.HeaderClassName
{
color: #F8418F;
}
.AnyTagClassName
{
color: #F8418F;
}
</style>
background-color css
<style>
a { background-color: #F8418F; }
a { background-color: rgb(248,65,143); }
div.DivClassName
{
background-color: #F8418F;
}
.BgClassName
{
background-color: #F8418F;
}
</style>
border-color css
<style>
span { border-color: #F8418F; }
span { border-color: rgb(248,65,143); }
td.TdClassName
{
border-color: #F8418F;
}
.TagClassName
{
border-color: #F8418F;
}
</style>