Shades of Violet Red #F03683
Tints of Violet Red #F03683
RGB
CMYK
RGB Variations
Color information
#F03683 (or 0xF03683) is known color: Violet Red. HEX triplet: F0, 36 and 83. RGB value is (240,54,131). Sum of RGB (Red+Green+Blue) = 240+54+131=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F03683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03683 is #0FC97C. Grayscale: #767676. Windows color (decimal): -1034621 or 8599280. OLE color: 8599280.
HSL color Cylindrical-coordinate representation of color #F03683: hue angle of 335.16º 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 #F03683 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 131 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.06 |
| HSL | 335.16º | 0.86% | 0.58% | - |
| HSV(B) | 335.16º | 0.78% | 0.94% | - |
| XYZ | 41.35 | 22.8 | 23.69 | - |
| YUV | 118.39 | 135.12 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 131 | 0 | 0.78 | 0.45 | 0.06 | 335.16 | 0.86 | 0.58 |
| Hex | F0 | 36 | 83 | 0 | 4E | 2D | 6 | 14F | 56 | 3A |
| Octal | 360 | 66 | 203 | 0 | 116 | 55 | 6 | 517 | 126 | 72 |
| Binary | 11110000 | 110110 | 10000011 | 0 | 1001110 | 101101 | 110 | 101001111 | 1010110 | 111010 |
Color Harmonies of #F03683
Complementary color
Monochromatic Colors of #F03683
Black with #F03683
Text Example
Text Example
White with #F03683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03683; }
p { color: rgb(240,54,131); }
H1.HeaderClassName
{
color: #F03683;
}
.AnyTagClassName
{
color: #F03683;
}
</style>
background-color css
<style>
a { background-color: #F03683; }
a { background-color: rgb(240,54,131); }
div.DivClassName
{
background-color: #F03683;
}
.BgClassName
{
background-color: #F03683;
}
</style>
border-color css
<style>
span { border-color: #F03683; }
span { border-color: rgb(240,54,131); }
td.TdClassName
{
border-color: #F03683;
}
.TagClassName
{
border-color: #F03683;
}
</style>