Shades of Violet Red #F73A8E
Tints of Violet Red #F73A8E
RGB
CMYK
RGB Variations
Color information
#F73A8E (or 0xF73A8E) is known color: Violet Red. HEX triplet: F7, 3A and 8E. RGB value is (247,58,142). Sum of RGB (Red+Green+Blue) = 247+58+142=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73A8E is #08C571. Grayscale: #7B7B7B. Windows color (decimal): -574834 or 9321207. OLE color: 9321207.
HSL color Cylindrical-coordinate representation of color #F73A8E: hue angle of 333.33º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73A8E is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 58 | 142 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.03 |
| HSL | 333.33º | 0.92% | 0.6% | - |
| HSV(B) | 333.33º | 0.77% | 0.97% | - |
| XYZ | 44.75 | 24.75 | 28.01 | - |
| YUV | 124.09 | 138.12 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 142 | 0 | 0.77 | 0.43 | 0.03 | 333.33 | 0.92 | 0.6 |
| Hex | F7 | 3A | 8E | 0 | 4D | 2B | 3 | 14D | 5C | 3C |
| Octal | 367 | 72 | 216 | 0 | 115 | 53 | 3 | 515 | 134 | 74 |
| Binary | 11110111 | 111010 | 10001110 | 0 | 1001101 | 101011 | 11 | 101001101 | 1011100 | 111100 |
Color Harmonies of #F73A8E
Complementary color
Monochromatic Colors of #F73A8E
Black with #F73A8E
Text Example
Text Example
White with #F73A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73A8E; }
p { color: rgb(247,58,142); }
H1.HeaderClassName
{
color: #F73A8E;
}
.AnyTagClassName
{
color: #F73A8E;
}
</style>
background-color css
<style>
a { background-color: #F73A8E; }
a { background-color: rgb(247,58,142); }
div.DivClassName
{
background-color: #F73A8E;
}
.BgClassName
{
background-color: #F73A8E;
}
</style>
border-color css
<style>
span { border-color: #F73A8E; }
span { border-color: rgb(247,58,142); }
td.TdClassName
{
border-color: #F73A8E;
}
.TagClassName
{
border-color: #F73A8E;
}
</style>