Shades of Violet Red #F03689
Tints of Violet Red #F03689
RGB
CMYK
RGB Variations
Color information
#F03689 (or 0xF03689) is known color: Violet Red. HEX triplet: F0, 36 and 89. RGB value is (240,54,137). Sum of RGB (Red+Green+Blue) = 240+54+137=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F03689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03689 is #0FC976. Grayscale: #767676. Windows color (decimal): -1034615 or 8992496. OLE color: 8992496.
HSL color Cylindrical-coordinate representation of color #F03689: hue angle of 333.23º 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 #F03689 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 137 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.06 |
| HSL | 333.23º | 0.86% | 0.58% | - |
| HSV(B) | 333.23º | 0.78% | 0.94% | - |
| XYZ | 41.77 | 22.97 | 25.9 | - |
| YUV | 119.08 | 138.12 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 137 | 0 | 0.78 | 0.43 | 0.06 | 333.23 | 0.86 | 0.58 |
| Hex | F0 | 36 | 89 | 0 | 4E | 2B | 6 | 14D | 56 | 3A |
| Octal | 360 | 66 | 211 | 0 | 116 | 53 | 6 | 515 | 126 | 72 |
| Binary | 11110000 | 110110 | 10001001 | 0 | 1001110 | 101011 | 110 | 101001101 | 1010110 | 111010 |
Color Harmonies of #F03689
Complementary color
Monochromatic Colors of #F03689
Black with #F03689
Text Example
Text Example
White with #F03689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03689; }
p { color: rgb(240,54,137); }
H1.HeaderClassName
{
color: #F03689;
}
.AnyTagClassName
{
color: #F03689;
}
</style>
background-color css
<style>
a { background-color: #F03689; }
a { background-color: rgb(240,54,137); }
div.DivClassName
{
background-color: #F03689;
}
.BgClassName
{
background-color: #F03689;
}
</style>
border-color css
<style>
span { border-color: #F03689; }
span { border-color: rgb(240,54,137); }
td.TdClassName
{
border-color: #F03689;
}
.TagClassName
{
border-color: #F03689;
}
</style>