Shades of Violet Red #F7297B
Tints of Violet Red #F7297B
RGB
CMYK
RGB Variations
Color information
#F7297B (or 0xF7297B) is known color: Violet Red. HEX triplet: F7, 29 and 7B. RGB value is (247,41,123). Sum of RGB (Red+Green+Blue) = 247+41+123=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7297B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7297B is #08D684. Grayscale: #6F6F6F. Windows color (decimal): -579205 or 8071671. OLE color: 8071671.
HSL color Cylindrical-coordinate representation of color #F7297B: hue angle of 336.12º 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 #F7297B is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 123 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.03 |
| HSL | 336.12º | 0.93% | 0.56% | - |
| HSV(B) | 336.12º | 0.83% | 0.97% | - |
| XYZ | 42.73 | 22.79 | 20.89 | - |
| YUV | 111.94 | 134.25 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 123 | 0 | 0.83 | 0.50 | 0.03 | 336.12 | 0.93 | 0.56 |
| Hex | F7 | 29 | 7B | 0 | 53 | 32 | 3 | 150 | 5D | 38 |
| Octal | 367 | 51 | 173 | 0 | 123 | 62 | 3 | 520 | 135 | 70 |
| Binary | 11110111 | 101001 | 1111011 | 0 | 1010011 | 110010 | 11 | 101010000 | 1011101 | 111000 |
Color Harmonies of #F7297B
Complementary color
Monochromatic Colors of #F7297B
Black with #F7297B
Text Example
Text Example
White with #F7297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7297B; }
p { color: rgb(247,41,123); }
H1.HeaderClassName
{
color: #F7297B;
}
.AnyTagClassName
{
color: #F7297B;
}
</style>
background-color css
<style>
a { background-color: #F7297B; }
a { background-color: rgb(247,41,123); }
div.DivClassName
{
background-color: #F7297B;
}
.BgClassName
{
background-color: #F7297B;
}
</style>
border-color css
<style>
span { border-color: #F7297B; }
span { border-color: rgb(247,41,123); }
td.TdClassName
{
border-color: #F7297B;
}
.TagClassName
{
border-color: #F7297B;
}
</style>