Shades of Violet Red #F03785
Tints of Violet Red #F03785
RGB
CMYK
RGB Variations
Color information
#F03785 (or 0xF03785) is known color: Violet Red. HEX triplet: F0, 37 and 85. RGB value is (240,55,133). Sum of RGB (Red+Green+Blue) = 240+55+133=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F03785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03785 is #0FC87A. Grayscale: #777777. Windows color (decimal): -1034363 or 8730608. OLE color: 8730608.
HSL color Cylindrical-coordinate representation of color #F03785: hue angle of 334.7º 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 #F03785 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 133 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.06 |
| HSL | 334.7º | 0.86% | 0.58% | - |
| HSV(B) | 334.7º | 0.77% | 0.94% | - |
| XYZ | 41.54 | 22.95 | 24.43 | - |
| YUV | 119.21 | 135.79 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 133 | 0 | 0.77 | 0.45 | 0.06 | 334.7 | 0.86 | 0.58 |
| Hex | F0 | 37 | 85 | 0 | 4D | 2D | 6 | 14F | 56 | 3A |
| Octal | 360 | 67 | 205 | 0 | 115 | 55 | 6 | 517 | 126 | 72 |
| Binary | 11110000 | 110111 | 10000101 | 0 | 1001101 | 101101 | 110 | 101001111 | 1010110 | 111010 |
Color Harmonies of #F03785
Complementary color
Monochromatic Colors of #F03785
Black with #F03785
Text Example
Text Example
White with #F03785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03785; }
p { color: rgb(240,55,133); }
H1.HeaderClassName
{
color: #F03785;
}
.AnyTagClassName
{
color: #F03785;
}
</style>
background-color css
<style>
a { background-color: #F03785; }
a { background-color: rgb(240,55,133); }
div.DivClassName
{
background-color: #F03785;
}
.BgClassName
{
background-color: #F03785;
}
</style>
border-color css
<style>
span { border-color: #F03785; }
span { border-color: rgb(240,55,133); }
td.TdClassName
{
border-color: #F03785;
}
.TagClassName
{
border-color: #F03785;
}
</style>