Shades of Violet Red #F0397A
Tints of Violet Red #F0397A
RGB
CMYK
RGB Variations
Color information
#F0397A (or 0xF0397A) is known color: Violet Red. HEX triplet: F0, 39 and 7A. RGB value is (240,57,122). Sum of RGB (Red+Green+Blue) = 240+57+122=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0397A is #0FC685. Grayscale: #777777. Windows color (decimal): -1033862 or 8010224. OLE color: 8010224.
HSL color Cylindrical-coordinate representation of color #F0397A: hue angle of 338.69º 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 #F0397A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 122 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.06 |
| HSL | 338.69º | 0.86% | 0.58% | - |
| HSV(B) | 338.69º | 0.76% | 0.94% | - |
| XYZ | 40.91 | 22.86 | 20.67 | - |
| YUV | 119.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 122 | 0 | 0.76 | 0.49 | 0.06 | 338.69 | 0.86 | 0.58 |
| Hex | F0 | 39 | 7A | 0 | 4C | 31 | 6 | 153 | 56 | 3A |
| Octal | 360 | 71 | 172 | 0 | 114 | 61 | 6 | 523 | 126 | 72 |
| Binary | 11110000 | 111001 | 1111010 | 0 | 1001100 | 110001 | 110 | 101010011 | 1010110 | 111010 |
Color Harmonies of #F0397A
Complementary color
Monochromatic Colors of #F0397A
Black with #F0397A
Text Example
Text Example
White with #F0397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0397A; }
p { color: rgb(240,57,122); }
H1.HeaderClassName
{
color: #F0397A;
}
.AnyTagClassName
{
color: #F0397A;
}
</style>
background-color css
<style>
a { background-color: #F0397A; }
a { background-color: rgb(240,57,122); }
div.DivClassName
{
background-color: #F0397A;
}
.BgClassName
{
background-color: #F0397A;
}
</style>
border-color css
<style>
span { border-color: #F0397A; }
span { border-color: rgb(240,57,122); }
td.TdClassName
{
border-color: #F0397A;
}
.TagClassName
{
border-color: #F0397A;
}
</style>