Shades of Violet Red #F03F89
Tints of Violet Red #F03F89
RGB
CMYK
RGB Variations
Color information
#F03F89 (or 0xF03F89) is known color: Violet Red. HEX triplet: F0, 3F and 89. RGB value is (240,63,137). Sum of RGB (Red+Green+Blue) = 240+63+137=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F89 is #0FC076. Grayscale: #7C7C7C. Windows color (decimal): -1032311 or 8994800. OLE color: 8994800.
HSL color Cylindrical-coordinate representation of color #F03F89: hue angle of 334.92º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F89 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 137 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.06 |
| HSL | 334.92º | 0.86% | 0.59% | - |
| HSV(B) | 334.92º | 0.74% | 0.94% | - |
| XYZ | 42.23 | 23.89 | 26.05 | - |
| YUV | 124.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 137 | 0 | 0.74 | 0.43 | 0.06 | 334.92 | 0.86 | 0.59 |
| Hex | F0 | 3F | 89 | 0 | 4A | 2B | 6 | 14F | 56 | 3B |
| Octal | 360 | 77 | 211 | 0 | 112 | 53 | 6 | 517 | 126 | 73 |
| Binary | 11110000 | 111111 | 10001001 | 0 | 1001010 | 101011 | 110 | 101001111 | 1010110 | 111011 |
Color Harmonies of #F03F89
Complementary color
Monochromatic Colors of #F03F89
Black with #F03F89
Text Example
Text Example
White with #F03F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F89; }
p { color: rgb(240,63,137); }
H1.HeaderClassName
{
color: #F03F89;
}
.AnyTagClassName
{
color: #F03F89;
}
</style>
background-color css
<style>
a { background-color: #F03F89; }
a { background-color: rgb(240,63,137); }
div.DivClassName
{
background-color: #F03F89;
}
.BgClassName
{
background-color: #F03F89;
}
</style>
border-color css
<style>
span { border-color: #F03F89; }
span { border-color: rgb(240,63,137); }
td.TdClassName
{
border-color: #F03F89;
}
.TagClassName
{
border-color: #F03F89;
}
</style>