Shades of Violet Red #F03686
Tints of Violet Red #F03686
RGB
CMYK
RGB Variations
Color information
#F03686 (or 0xF03686) is known color: Violet Red. HEX triplet: F0, 36 and 86. RGB value is (240,54,134). Sum of RGB (Red+Green+Blue) = 240+54+134=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F03686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03686 is #0FC979. Grayscale: #767676. Windows color (decimal): -1034618 or 8795888. OLE color: 8795888.
HSL color Cylindrical-coordinate representation of color #F03686: hue angle of 334.19º 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 #F03686 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 134 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.06 |
| HSL | 334.19º | 0.86% | 0.58% | - |
| HSV(B) | 334.19º | 0.78% | 0.94% | - |
| XYZ | 41.56 | 22.88 | 24.78 | - |
| YUV | 118.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 134 | 0 | 0.78 | 0.44 | 0.06 | 334.19 | 0.86 | 0.58 |
| Hex | F0 | 36 | 86 | 0 | 4E | 2C | 6 | 14E | 56 | 3A |
| Octal | 360 | 66 | 206 | 0 | 116 | 54 | 6 | 516 | 126 | 72 |
| Binary | 11110000 | 110110 | 10000110 | 0 | 1001110 | 101100 | 110 | 101001110 | 1010110 | 111010 |
Color Harmonies of #F03686
Complementary color
Monochromatic Colors of #F03686
Black with #F03686
Text Example
Text Example
White with #F03686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03686; }
p { color: rgb(240,54,134); }
H1.HeaderClassName
{
color: #F03686;
}
.AnyTagClassName
{
color: #F03686;
}
</style>
background-color css
<style>
a { background-color: #F03686; }
a { background-color: rgb(240,54,134); }
div.DivClassName
{
background-color: #F03686;
}
.BgClassName
{
background-color: #F03686;
}
</style>
border-color css
<style>
span { border-color: #F03686; }
span { border-color: rgb(240,54,134); }
td.TdClassName
{
border-color: #F03686;
}
.TagClassName
{
border-color: #F03686;
}
</style>