Shades of Violet Red #F0378D
Tints of Violet Red #F0378D
RGB
CMYK
RGB Variations
Color information
#F0378D (or 0xF0378D) is known color: Violet Red. HEX triplet: F0, 37 and 8D. RGB value is (240,55,141). Sum of RGB (Red+Green+Blue) = 240+55+141=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0378D is #0FC872. Grayscale: #777777. Windows color (decimal): -1034355 or 9254896. OLE color: 9254896.
HSL color Cylindrical-coordinate representation of color #F0378D: hue angle of 332.11º 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 #F0378D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 141 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.06 |
| HSL | 332.11º | 0.86% | 0.58% | - |
| HSV(B) | 332.11º | 0.77% | 0.94% | - |
| XYZ | 42.11 | 23.18 | 27.45 | - |
| YUV | 120.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 141 | 0 | 0.77 | 0.41 | 0.06 | 332.11 | 0.86 | 0.58 |
| Hex | F0 | 37 | 8D | 0 | 4D | 29 | 6 | 14C | 56 | 3A |
| Octal | 360 | 67 | 215 | 0 | 115 | 51 | 6 | 514 | 126 | 72 |
| Binary | 11110000 | 110111 | 10001101 | 0 | 1001101 | 101001 | 110 | 101001100 | 1010110 | 111010 |
Color Harmonies of #F0378D
Complementary color
Monochromatic Colors of #F0378D
Black with #F0378D
Text Example
Text Example
White with #F0378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0378D; }
p { color: rgb(240,55,141); }
H1.HeaderClassName
{
color: #F0378D;
}
.AnyTagClassName
{
color: #F0378D;
}
</style>
background-color css
<style>
a { background-color: #F0378D; }
a { background-color: rgb(240,55,141); }
div.DivClassName
{
background-color: #F0378D;
}
.BgClassName
{
background-color: #F0378D;
}
</style>
border-color css
<style>
span { border-color: #F0378D; }
span { border-color: rgb(240,55,141); }
td.TdClassName
{
border-color: #F0378D;
}
.TagClassName
{
border-color: #F0378D;
}
</style>