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