Shades of Violet Red #F73C83
Tints of Violet Red #F73C83
RGB
CMYK
RGB Variations
Color information
#F73C83 (or 0xF73C83) is known color: Violet Red. HEX triplet: F7, 3C and 83. RGB value is (247,60,131). Sum of RGB (Red+Green+Blue) = 247+60+131=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73C83 is #08C37C. Grayscale: #7B7B7B. Windows color (decimal): -574333 or 8600823. OLE color: 8600823.
HSL color Cylindrical-coordinate representation of color #F73C83: hue angle of 337.22º 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 #F73C83 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 131 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.03 |
| HSL | 337.22º | 0.92% | 0.6% | - |
| HSV(B) | 337.22º | 0.76% | 0.97% | - |
| XYZ | 44.07 | 24.64 | 23.91 | - |
| YUV | 124.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 131 | 0 | 0.76 | 0.47 | 0.03 | 337.22 | 0.92 | 0.6 |
| Hex | F7 | 3C | 83 | 0 | 4C | 2F | 3 | 151 | 5C | 3C |
| Octal | 367 | 74 | 203 | 0 | 114 | 57 | 3 | 521 | 134 | 74 |
| Binary | 11110111 | 111100 | 10000011 | 0 | 1001100 | 101111 | 11 | 101010001 | 1011100 | 111100 |
Color Harmonies of #F73C83
Complementary color
Monochromatic Colors of #F73C83
Black with #F73C83
Text Example
Text Example
White with #F73C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C83; }
p { color: rgb(247,60,131); }
H1.HeaderClassName
{
color: #F73C83;
}
.AnyTagClassName
{
color: #F73C83;
}
</style>
background-color css
<style>
a { background-color: #F73C83; }
a { background-color: rgb(247,60,131); }
div.DivClassName
{
background-color: #F73C83;
}
.BgClassName
{
background-color: #F73C83;
}
</style>
border-color css
<style>
span { border-color: #F73C83; }
span { border-color: rgb(247,60,131); }
td.TdClassName
{
border-color: #F73C83;
}
.TagClassName
{
border-color: #F73C83;
}
</style>