Shades of Violet Red #F7307C
Tints of Violet Red #F7307C
RGB
CMYK
RGB Variations
Color information
#F7307C (or 0xF7307C) is known color: Violet Red. HEX triplet: F7, 30 and 7C. RGB value is (247,48,124). Sum of RGB (Red+Green+Blue) = 247+48+124=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F7307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7307C is #08CF83. Grayscale: #747474. Windows color (decimal): -577412 or 8138999. OLE color: 8138999.
HSL color Cylindrical-coordinate representation of color #F7307C: hue angle of 337.09º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7307C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 124 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.03 |
| HSL | 337.09º | 0.93% | 0.58% | - |
| HSV(B) | 337.09º | 0.81% | 0.97% | - |
| XYZ | 43.05 | 23.34 | 21.31 | - |
| YUV | 116.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 124 | 0 | 0.81 | 0.50 | 0.03 | 337.09 | 0.93 | 0.58 |
| Hex | F7 | 30 | 7C | 0 | 51 | 32 | 3 | 151 | 5D | 3A |
| Octal | 367 | 60 | 174 | 0 | 121 | 62 | 3 | 521 | 135 | 72 |
| Binary | 11110111 | 110000 | 1111100 | 0 | 1010001 | 110010 | 11 | 101010001 | 1011101 | 111010 |
Color Harmonies of #F7307C
Complementary color
Monochromatic Colors of #F7307C
Black with #F7307C
Text Example
Text Example
White with #F7307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7307C; }
p { color: rgb(247,48,124); }
H1.HeaderClassName
{
color: #F7307C;
}
.AnyTagClassName
{
color: #F7307C;
}
</style>
background-color css
<style>
a { background-color: #F7307C; }
a { background-color: rgb(247,48,124); }
div.DivClassName
{
background-color: #F7307C;
}
.BgClassName
{
background-color: #F7307C;
}
</style>
border-color css
<style>
span { border-color: #F7307C; }
span { border-color: rgb(247,48,124); }
td.TdClassName
{
border-color: #F7307C;
}
.TagClassName
{
border-color: #F7307C;
}
</style>