Shades of Violet Red #F03783
Tints of Violet Red #F03783
RGB
CMYK
RGB Variations
Color information
#F03783 (or 0xF03783) is known color: Violet Red. HEX triplet: F0, 37 and 83. RGB value is (240,55,131). Sum of RGB (Red+Green+Blue) = 240+55+131=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F03783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03783 is #0FC87C. Grayscale: #767676. Windows color (decimal): -1034365 or 8599536. OLE color: 8599536.
HSL color Cylindrical-coordinate representation of color #F03783: hue angle of 335.35º 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 #F03783 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 131 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.06 |
| HSL | 335.35º | 0.86% | 0.58% | - |
| HSV(B) | 335.35º | 0.77% | 0.94% | - |
| XYZ | 41.4 | 22.9 | 23.71 | - |
| YUV | 118.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 131 | 0 | 0.77 | 0.45 | 0.06 | 335.35 | 0.86 | 0.58 |
| Hex | F0 | 37 | 83 | 0 | 4D | 2D | 6 | 14F | 56 | 3A |
| Octal | 360 | 67 | 203 | 0 | 115 | 55 | 6 | 517 | 126 | 72 |
| Binary | 11110000 | 110111 | 10000011 | 0 | 1001101 | 101101 | 110 | 101001111 | 1010110 | 111010 |
Color Harmonies of #F03783
Complementary color
Monochromatic Colors of #F03783
Black with #F03783
Text Example
Text Example
White with #F03783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03783; }
p { color: rgb(240,55,131); }
H1.HeaderClassName
{
color: #F03783;
}
.AnyTagClassName
{
color: #F03783;
}
</style>
background-color css
<style>
a { background-color: #F03783; }
a { background-color: rgb(240,55,131); }
div.DivClassName
{
background-color: #F03783;
}
.BgClassName
{
background-color: #F03783;
}
</style>
border-color css
<style>
span { border-color: #F03783; }
span { border-color: rgb(240,55,131); }
td.TdClassName
{
border-color: #F03783;
}
.TagClassName
{
border-color: #F03783;
}
</style>