Shades of Violet Red #F0398B
Tints of Violet Red #F0398B
RGB
CMYK
RGB Variations
Color information
#F0398B (or 0xF0398B) is known color: Violet Red. HEX triplet: F0, 39 and 8B. RGB value is (240,57,139). Sum of RGB (Red+Green+Blue) = 240+57+139=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0398B is #0FC674. Grayscale: #787878. Windows color (decimal): -1033845 or 9124336. OLE color: 9124336.
HSL color Cylindrical-coordinate representation of color #F0398B: hue angle of 333.11º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0398B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 139 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.06 |
| HSL | 333.11º | 0.86% | 0.58% | - |
| HSV(B) | 333.11º | 0.76% | 0.94% | - |
| XYZ | 42.06 | 23.32 | 26.71 | - |
| YUV | 121.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 139 | 0 | 0.76 | 0.42 | 0.06 | 333.11 | 0.86 | 0.58 |
| Hex | F0 | 39 | 8B | 0 | 4C | 2A | 6 | 14D | 56 | 3A |
| Octal | 360 | 71 | 213 | 0 | 114 | 52 | 6 | 515 | 126 | 72 |
| Binary | 11110000 | 111001 | 10001011 | 0 | 1001100 | 101010 | 110 | 101001101 | 1010110 | 111010 |
Color Harmonies of #F0398B
Complementary color
Monochromatic Colors of #F0398B
Black with #F0398B
Text Example
Text Example
White with #F0398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0398B; }
p { color: rgb(240,57,139); }
H1.HeaderClassName
{
color: #F0398B;
}
.AnyTagClassName
{
color: #F0398B;
}
</style>
background-color css
<style>
a { background-color: #F0398B; }
a { background-color: rgb(240,57,139); }
div.DivClassName
{
background-color: #F0398B;
}
.BgClassName
{
background-color: #F0398B;
}
</style>
border-color css
<style>
span { border-color: #F0398B; }
span { border-color: rgb(240,57,139); }
td.TdClassName
{
border-color: #F0398B;
}
.TagClassName
{
border-color: #F0398B;
}
</style>