Shades of Violet Red #F03889
Tints of Violet Red #F03889
RGB
CMYK
RGB Variations
Color information
#F03889 (or 0xF03889) is known color: Violet Red. HEX triplet: F0, 38 and 89. RGB value is (240,56,137). Sum of RGB (Red+Green+Blue) = 240+56+137=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F03889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03889 is #0FC776. Grayscale: #787878. Windows color (decimal): -1034103 or 8993008. OLE color: 8993008.
HSL color Cylindrical-coordinate representation of color #F03889: hue angle of 333.59º 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 #F03889 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 137 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.06 |
| HSL | 333.59º | 0.86% | 0.58% | - |
| HSV(B) | 333.59º | 0.77% | 0.94% | - |
| XYZ | 41.86 | 23.16 | 25.93 | - |
| YUV | 120.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 137 | 0 | 0.77 | 0.43 | 0.06 | 333.59 | 0.86 | 0.58 |
| Hex | F0 | 38 | 89 | 0 | 4D | 2B | 6 | 14E | 56 | 3A |
| Octal | 360 | 70 | 211 | 0 | 115 | 53 | 6 | 516 | 126 | 72 |
| Binary | 11110000 | 111000 | 10001001 | 0 | 1001101 | 101011 | 110 | 101001110 | 1010110 | 111010 |
Color Harmonies of #F03889
Complementary color
Monochromatic Colors of #F03889
Black with #F03889
Text Example
Text Example
White with #F03889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03889; }
p { color: rgb(240,56,137); }
H1.HeaderClassName
{
color: #F03889;
}
.AnyTagClassName
{
color: #F03889;
}
</style>
background-color css
<style>
a { background-color: #F03889; }
a { background-color: rgb(240,56,137); }
div.DivClassName
{
background-color: #F03889;
}
.BgClassName
{
background-color: #F03889;
}
</style>
border-color css
<style>
span { border-color: #F03889; }
span { border-color: rgb(240,56,137); }
td.TdClassName
{
border-color: #F03889;
}
.TagClassName
{
border-color: #F03889;
}
</style>