Shades of Violet Red #F0418C
Tints of Violet Red #F0418C
RGB
CMYK
RGB Variations
Color information
#F0418C (or 0xF0418C) is known color: Violet Red. HEX triplet: F0, 41 and 8C. RGB value is (240,65,140). Sum of RGB (Red+Green+Blue) = 240+65+140=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0418C is #0FBE73. Grayscale: #7D7D7D. Windows color (decimal): -1031796 or 9191920. OLE color: 9191920.
HSL color Cylindrical-coordinate representation of color #F0418C: hue angle of 334.29º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0418C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 140 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.06 |
| HSL | 334.29º | 0.85% | 0.6% | - |
| HSV(B) | 334.29º | 0.73% | 0.94% | - |
| XYZ | 42.56 | 24.2 | 27.24 | - |
| YUV | 125.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 140 | 0 | 0.73 | 0.42 | 0.06 | 334.29 | 0.85 | 0.6 |
| Hex | F0 | 41 | 8C | 0 | 49 | 2A | 6 | 14E | 55 | 3C |
| Octal | 360 | 101 | 214 | 0 | 111 | 52 | 6 | 516 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10001100 | 0 | 1001001 | 101010 | 110 | 101001110 | 1010101 | 111100 |
Color Harmonies of #F0418C
Complementary color
Monochromatic Colors of #F0418C
Black with #F0418C
Text Example
Text Example
White with #F0418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0418C; }
p { color: rgb(240,65,140); }
H1.HeaderClassName
{
color: #F0418C;
}
.AnyTagClassName
{
color: #F0418C;
}
</style>
background-color css
<style>
a { background-color: #F0418C; }
a { background-color: rgb(240,65,140); }
div.DivClassName
{
background-color: #F0418C;
}
.BgClassName
{
background-color: #F0418C;
}
</style>
border-color css
<style>
span { border-color: #F0418C; }
span { border-color: rgb(240,65,140); }
td.TdClassName
{
border-color: #F0418C;
}
.TagClassName
{
border-color: #F0418C;
}
</style>