Shades of Violet Red #F0398D
Tints of Violet Red #F0398D
RGB
CMYK
RGB Variations
Color information
#F0398D (or 0xF0398D) is known color: Violet Red. HEX triplet: F0, 39 and 8D. RGB value is (240,57,141). Sum of RGB (Red+Green+Blue) = 240+57+141=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0398D is #0FC672. Grayscale: #797979. Windows color (decimal): -1033843 or 9255408. OLE color: 9255408.
HSL color Cylindrical-coordinate representation of color #F0398D: hue angle of 332.46º 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 #F0398D is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 141 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.06 |
| HSL | 332.46º | 0.86% | 0.58% | - |
| HSV(B) | 332.46º | 0.76% | 0.94% | - |
| XYZ | 42.21 | 23.37 | 27.49 | - |
| YUV | 121.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 141 | 0 | 0.76 | 0.41 | 0.06 | 332.46 | 0.86 | 0.58 |
| Hex | F0 | 39 | 8D | 0 | 4C | 29 | 6 | 14C | 56 | 3A |
| Octal | 360 | 71 | 215 | 0 | 114 | 51 | 6 | 514 | 126 | 72 |
| Binary | 11110000 | 111001 | 10001101 | 0 | 1001100 | 101001 | 110 | 101001100 | 1010110 | 111010 |
Color Harmonies of #F0398D
Complementary color
Monochromatic Colors of #F0398D
Black with #F0398D
Text Example
Text Example
White with #F0398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0398D; }
p { color: rgb(240,57,141); }
H1.HeaderClassName
{
color: #F0398D;
}
.AnyTagClassName
{
color: #F0398D;
}
</style>
background-color css
<style>
a { background-color: #F0398D; }
a { background-color: rgb(240,57,141); }
div.DivClassName
{
background-color: #F0398D;
}
.BgClassName
{
background-color: #F0398D;
}
</style>
border-color css
<style>
span { border-color: #F0398D; }
span { border-color: rgb(240,57,141); }
td.TdClassName
{
border-color: #F0398D;
}
.TagClassName
{
border-color: #F0398D;
}
</style>