Shades of Violet Red #F03680
Tints of Violet Red #F03680
RGB
CMYK
RGB Variations
Color information
#F03680 (or 0xF03680) is known color: Violet Red. HEX triplet: F0, 36 and 80. RGB value is (240,54,128). Sum of RGB (Red+Green+Blue) = 240+54+128=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F03680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03680 is #0FC97F. Grayscale: #757575. Windows color (decimal): -1034624 or 8402672. OLE color: 8402672.
HSL color Cylindrical-coordinate representation of color #F03680: hue angle of 336.13º 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 #F03680 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 128 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.06 |
| HSL | 336.13º | 0.86% | 0.58% | - |
| HSV(B) | 336.13º | 0.78% | 0.94% | - |
| XYZ | 41.15 | 22.72 | 22.64 | - |
| YUV | 118.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 128 | 0 | 0.78 | 0.47 | 0.06 | 336.13 | 0.86 | 0.58 |
| Hex | F0 | 36 | 80 | 0 | 4E | 2F | 6 | 150 | 56 | 3A |
| Octal | 360 | 66 | 200 | 0 | 116 | 57 | 6 | 520 | 126 | 72 |
| Binary | 11110000 | 110110 | 10000000 | 0 | 1001110 | 101111 | 110 | 101010000 | 1010110 | 111010 |
Color Harmonies of #F03680
Complementary color
Monochromatic Colors of #F03680
Black with #F03680
Text Example
Text Example
White with #F03680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03680; }
p { color: rgb(240,54,128); }
H1.HeaderClassName
{
color: #F03680;
}
.AnyTagClassName
{
color: #F03680;
}
</style>
background-color css
<style>
a { background-color: #F03680; }
a { background-color: rgb(240,54,128); }
div.DivClassName
{
background-color: #F03680;
}
.BgClassName
{
background-color: #F03680;
}
</style>
border-color css
<style>
span { border-color: #F03680; }
span { border-color: rgb(240,54,128); }
td.TdClassName
{
border-color: #F03680;
}
.TagClassName
{
border-color: #F03680;
}
</style>