Shades of Violet Red #F0378C
Tints of Violet Red #F0378C
RGB
CMYK
RGB Variations
Color information
#F0378C (or 0xF0378C) is known color: Violet Red. HEX triplet: F0, 37 and 8C. RGB value is (240,55,140). Sum of RGB (Red+Green+Blue) = 240+55+140=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0378C is #0FC873. Grayscale: #777777. Windows color (decimal): -1034356 or 9189360. OLE color: 9189360.
HSL color Cylindrical-coordinate representation of color #F0378C: hue angle of 332.43º 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 #F0378C is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 140 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.06 |
| HSL | 332.43º | 0.86% | 0.58% | - |
| HSV(B) | 332.43º | 0.77% | 0.94% | - |
| XYZ | 42.03 | 23.15 | 27.06 | - |
| YUV | 120.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 140 | 0 | 0.77 | 0.42 | 0.06 | 332.43 | 0.86 | 0.58 |
| Hex | F0 | 37 | 8C | 0 | 4D | 2A | 6 | 14C | 56 | 3A |
| Octal | 360 | 67 | 214 | 0 | 115 | 52 | 6 | 514 | 126 | 72 |
| Binary | 11110000 | 110111 | 10001100 | 0 | 1001101 | 101010 | 110 | 101001100 | 1010110 | 111010 |
Color Harmonies of #F0378C
Complementary color
Monochromatic Colors of #F0378C
Black with #F0378C
Text Example
Text Example
White with #F0378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0378C; }
p { color: rgb(240,55,140); }
H1.HeaderClassName
{
color: #F0378C;
}
.AnyTagClassName
{
color: #F0378C;
}
</style>
background-color css
<style>
a { background-color: #F0378C; }
a { background-color: rgb(240,55,140); }
div.DivClassName
{
background-color: #F0378C;
}
.BgClassName
{
background-color: #F0378C;
}
</style>
border-color css
<style>
span { border-color: #F0378C; }
span { border-color: rgb(240,55,140); }
td.TdClassName
{
border-color: #F0378C;
}
.TagClassName
{
border-color: #F0378C;
}
</style>