Shades of Violet Red #F7297C
Tints of Violet Red #F7297C
RGB
CMYK
RGB Variations
Color information
#F7297C (or 0xF7297C) is known color: Violet Red. HEX triplet: F7, 29 and 7C. RGB value is (247,41,124). Sum of RGB (Red+Green+Blue) = 247+41+124=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7297C is #08D683. Grayscale: #6F6F6F. Windows color (decimal): -579204 or 8137207. OLE color: 8137207.
HSL color Cylindrical-coordinate representation of color #F7297C: hue angle of 335.83º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7297C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 124 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.03 |
| HSL | 335.83º | 0.93% | 0.56% | - |
| HSV(B) | 335.83º | 0.83% | 0.97% | - |
| XYZ | 42.79 | 22.82 | 21.22 | - |
| YUV | 112.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 124 | 0 | 0.83 | 0.50 | 0.03 | 335.83 | 0.93 | 0.56 |
| Hex | F7 | 29 | 7C | 0 | 53 | 32 | 3 | 150 | 5D | 38 |
| Octal | 367 | 51 | 174 | 0 | 123 | 62 | 3 | 520 | 135 | 70 |
| Binary | 11110111 | 101001 | 1111100 | 0 | 1010011 | 110010 | 11 | 101010000 | 1011101 | 111000 |
Color Harmonies of #F7297C
Complementary color
Monochromatic Colors of #F7297C
Black with #F7297C
Text Example
Text Example
White with #F7297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7297C; }
p { color: rgb(247,41,124); }
H1.HeaderClassName
{
color: #F7297C;
}
.AnyTagClassName
{
color: #F7297C;
}
</style>
background-color css
<style>
a { background-color: #F7297C; }
a { background-color: rgb(247,41,124); }
div.DivClassName
{
background-color: #F7297C;
}
.BgClassName
{
background-color: #F7297C;
}
</style>
border-color css
<style>
span { border-color: #F7297C; }
span { border-color: rgb(247,41,124); }
td.TdClassName
{
border-color: #F7297C;
}
.TagClassName
{
border-color: #F7297C;
}
</style>