Shades of Violet Red #F73A7E
Tints of Violet Red #F73A7E
RGB
CMYK
RGB Variations
Color information
#F73A7E (or 0xF73A7E) is known color: Violet Red. HEX triplet: F7, 3A and 7E. RGB value is (247,58,126). Sum of RGB (Red+Green+Blue) = 247+58+126=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73A7E is #08C581. Grayscale: #7A7A7A. Windows color (decimal): -574850 or 8272631. OLE color: 8272631.
HSL color Cylindrical-coordinate representation of color #F73A7E: hue angle of 338.41º 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 #F73A7E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 58 | 126 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.03 |
| HSL | 338.41º | 0.92% | 0.6% | - |
| HSV(B) | 338.41º | 0.77% | 0.97% | - |
| XYZ | 43.64 | 24.31 | 22.13 | - |
| YUV | 122.26 | 130.12 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 126 | 0 | 0.77 | 0.49 | 0.03 | 338.41 | 0.92 | 0.6 |
| Hex | F7 | 3A | 7E | 0 | 4D | 31 | 3 | 152 | 5C | 3C |
| Octal | 367 | 72 | 176 | 0 | 115 | 61 | 3 | 522 | 134 | 74 |
| Binary | 11110111 | 111010 | 1111110 | 0 | 1001101 | 110001 | 11 | 101010010 | 1011100 | 111100 |
Color Harmonies of #F73A7E
Complementary color
Monochromatic Colors of #F73A7E
Black with #F73A7E
Text Example
Text Example
White with #F73A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73A7E; }
p { color: rgb(247,58,126); }
H1.HeaderClassName
{
color: #F73A7E;
}
.AnyTagClassName
{
color: #F73A7E;
}
</style>
background-color css
<style>
a { background-color: #F73A7E; }
a { background-color: rgb(247,58,126); }
div.DivClassName
{
background-color: #F73A7E;
}
.BgClassName
{
background-color: #F73A7E;
}
</style>
border-color css
<style>
span { border-color: #F73A7E; }
span { border-color: rgb(247,58,126); }
td.TdClassName
{
border-color: #F73A7E;
}
.TagClassName
{
border-color: #F73A7E;
}
</style>