Shades of Violet Red #F73C80
Tints of Violet Red #F73C80
RGB
CMYK
RGB Variations
Color information
#F73C80 (or 0xF73C80) is known color: Violet Red. HEX triplet: F7, 3C and 80. RGB value is (247,60,128). Sum of RGB (Red+Green+Blue) = 247+60+128=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73C80 is #08C37F. Grayscale: #7B7B7B. Windows color (decimal): -574336 or 8404215. OLE color: 8404215.
HSL color Cylindrical-coordinate representation of color #F73C80: hue angle of 338.18º 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 #F73C80 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 128 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.03 |
| HSL | 338.18º | 0.92% | 0.6% | - |
| HSV(B) | 338.18º | 0.76% | 0.97% | - |
| XYZ | 43.87 | 24.56 | 22.85 | - |
| YUV | 123.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 128 | 0 | 0.76 | 0.48 | 0.03 | 338.18 | 0.92 | 0.6 |
| Hex | F7 | 3C | 80 | 0 | 4C | 30 | 3 | 152 | 5C | 3C |
| Octal | 367 | 74 | 200 | 0 | 114 | 60 | 3 | 522 | 134 | 74 |
| Binary | 11110111 | 111100 | 10000000 | 0 | 1001100 | 110000 | 11 | 101010010 | 1011100 | 111100 |
Color Harmonies of #F73C80
Complementary color
Monochromatic Colors of #F73C80
Black with #F73C80
Text Example
Text Example
White with #F73C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C80; }
p { color: rgb(247,60,128); }
H1.HeaderClassName
{
color: #F73C80;
}
.AnyTagClassName
{
color: #F73C80;
}
</style>
background-color css
<style>
a { background-color: #F73C80; }
a { background-color: rgb(247,60,128); }
div.DivClassName
{
background-color: #F73C80;
}
.BgClassName
{
background-color: #F73C80;
}
</style>
border-color css
<style>
span { border-color: #F73C80; }
span { border-color: rgb(247,60,128); }
td.TdClassName
{
border-color: #F73C80;
}
.TagClassName
{
border-color: #F73C80;
}
</style>