Shades of Violet Red #F0418A
Tints of Violet Red #F0418A
RGB
CMYK
RGB Variations
Color information
#F0418A (or 0xF0418A) is known color: Violet Red. HEX triplet: F0, 41 and 8A. RGB value is (240,65,138). Sum of RGB (Red+Green+Blue) = 240+65+138=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0418A is #0FBE75. Grayscale: #7D7D7D. Windows color (decimal): -1031798 or 9060848. OLE color: 9060848.
HSL color Cylindrical-coordinate representation of color #F0418A: hue angle of 334.97º 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 #F0418A is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 138 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.06 |
| HSL | 334.97º | 0.85% | 0.6% | - |
| HSV(B) | 334.97º | 0.73% | 0.94% | - |
| XYZ | 42.41 | 24.14 | 26.47 | - |
| YUV | 125.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 138 | 0 | 0.73 | 0.42 | 0.06 | 334.97 | 0.85 | 0.6 |
| Hex | F0 | 41 | 8A | 0 | 49 | 2A | 6 | 14F | 55 | 3C |
| Octal | 360 | 101 | 212 | 0 | 111 | 52 | 6 | 517 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10001010 | 0 | 1001001 | 101010 | 110 | 101001111 | 1010101 | 111100 |
Color Harmonies of #F0418A
Complementary color
Monochromatic Colors of #F0418A
Black with #F0418A
Text Example
Text Example
White with #F0418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0418A; }
p { color: rgb(240,65,138); }
H1.HeaderClassName
{
color: #F0418A;
}
.AnyTagClassName
{
color: #F0418A;
}
</style>
background-color css
<style>
a { background-color: #F0418A; }
a { background-color: rgb(240,65,138); }
div.DivClassName
{
background-color: #F0418A;
}
.BgClassName
{
background-color: #F0418A;
}
</style>
border-color css
<style>
span { border-color: #F0418A; }
span { border-color: rgb(240,65,138); }
td.TdClassName
{
border-color: #F0418A;
}
.TagClassName
{
border-color: #F0418A;
}
</style>