Shades of Violet Red #F0378A
Tints of Violet Red #F0378A
RGB
CMYK
RGB Variations
Color information
#F0378A (or 0xF0378A) is known color: Violet Red. HEX triplet: F0, 37 and 8A. RGB value is (240,55,138). Sum of RGB (Red+Green+Blue) = 240+55+138=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0378A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0378A is #0FC875. Grayscale: #777777. Windows color (decimal): -1034358 or 9058288. OLE color: 9058288.
HSL color Cylindrical-coordinate representation of color #F0378A: hue angle of 333.08º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0378A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 138 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.06 |
| HSL | 333.08º | 0.86% | 0.58% | - |
| HSV(B) | 333.08º | 0.77% | 0.94% | - |
| XYZ | 41.89 | 23.09 | 26.29 | - |
| YUV | 119.78 | 138.29 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 138 | 0 | 0.77 | 0.42 | 0.06 | 333.08 | 0.86 | 0.58 |
| Hex | F0 | 37 | 8A | 0 | 4D | 2A | 6 | 14D | 56 | 3A |
| Octal | 360 | 67 | 212 | 0 | 115 | 52 | 6 | 515 | 126 | 72 |
| Binary | 11110000 | 110111 | 10001010 | 0 | 1001101 | 101010 | 110 | 101001101 | 1010110 | 111010 |
Color Harmonies of #F0378A
Complementary color
Monochromatic Colors of #F0378A
Black with #F0378A
Text Example
Text Example
White with #F0378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0378A; }
p { color: rgb(240,55,138); }
H1.HeaderClassName
{
color: #F0378A;
}
.AnyTagClassName
{
color: #F0378A;
}
</style>
background-color css
<style>
a { background-color: #F0378A; }
a { background-color: rgb(240,55,138); }
div.DivClassName
{
background-color: #F0378A;
}
.BgClassName
{
background-color: #F0378A;
}
</style>
border-color css
<style>
span { border-color: #F0378A; }
span { border-color: rgb(240,55,138); }
td.TdClassName
{
border-color: #F0378A;
}
.TagClassName
{
border-color: #F0378A;
}
</style>