Shades of Violet Red #F73B89
Tints of Violet Red #F73B89
RGB
CMYK
RGB Variations
Color information
#F73B89 (or 0xF73B89) is known color: Violet Red. HEX triplet: F7, 3B and 89. RGB value is (247,59,137). Sum of RGB (Red+Green+Blue) = 247+59+137=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73B89 is #08C476. Grayscale: #7B7B7B. Windows color (decimal): -574583 or 8993783. OLE color: 8993783.
HSL color Cylindrical-coordinate representation of color #F73B89: hue angle of 335.11º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73B89 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 137 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.03 |
| HSL | 335.11º | 0.92% | 0.6% | - |
| HSV(B) | 335.11º | 0.76% | 0.97% | - |
| XYZ | 44.44 | 24.71 | 26.09 | - |
| YUV | 124.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 137 | 0 | 0.76 | 0.45 | 0.03 | 335.11 | 0.92 | 0.6 |
| Hex | F7 | 3B | 89 | 0 | 4C | 2D | 3 | 14F | 5C | 3C |
| Octal | 367 | 73 | 211 | 0 | 114 | 55 | 3 | 517 | 134 | 74 |
| Binary | 11110111 | 111011 | 10001001 | 0 | 1001100 | 101101 | 11 | 101001111 | 1011100 | 111100 |
Color Harmonies of #F73B89
Complementary color
Monochromatic Colors of #F73B89
Black with #F73B89
Text Example
Text Example
White with #F73B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73B89; }
p { color: rgb(247,59,137); }
H1.HeaderClassName
{
color: #F73B89;
}
.AnyTagClassName
{
color: #F73B89;
}
</style>
background-color css
<style>
a { background-color: #F73B89; }
a { background-color: rgb(247,59,137); }
div.DivClassName
{
background-color: #F73B89;
}
.BgClassName
{
background-color: #F73B89;
}
</style>
border-color css
<style>
span { border-color: #F73B89; }
span { border-color: rgb(247,59,137); }
td.TdClassName
{
border-color: #F73B89;
}
.TagClassName
{
border-color: #F73B89;
}
</style>