Shades of Violet Red #F7457B
Tints of Violet Red #F7457B
RGB
CMYK
RGB Variations
Color information
#F7457B (or 0xF7457B) is known color: Violet Red. HEX triplet: F7, 45 and 7B. RGB value is (247,69,123). Sum of RGB (Red+Green+Blue) = 247+69+123=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7457B is #08BA84. Grayscale: #808080. Windows color (decimal): -572037 or 8078839. OLE color: 8078839.
HSL color Cylindrical-coordinate representation of color #F7457B: hue angle of 341.8º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7457B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 123 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.03 |
| HSL | 341.8º | 0.92% | 0.62% | - |
| HSV(B) | 341.8º | 0.72% | 0.97% | - |
| XYZ | 44.06 | 25.46 | 21.33 | - |
| YUV | 128.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 123 | 0 | 0.72 | 0.50 | 0.03 | 341.8 | 0.92 | 0.62 |
| Hex | F7 | 45 | 7B | 0 | 48 | 32 | 3 | 156 | 5C | 3E |
| Octal | 367 | 105 | 173 | 0 | 110 | 62 | 3 | 526 | 134 | 76 |
| Binary | 11110111 | 1000101 | 1111011 | 0 | 1001000 | 110010 | 11 | 101010110 | 1011100 | 111110 |
Color Harmonies of #F7457B
Complementary color
Monochromatic Colors of #F7457B
Black with #F7457B
Text Example
Text Example
White with #F7457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7457B; }
p { color: rgb(247,69,123); }
H1.HeaderClassName
{
color: #F7457B;
}
.AnyTagClassName
{
color: #F7457B;
}
</style>
background-color css
<style>
a { background-color: #F7457B; }
a { background-color: rgb(247,69,123); }
div.DivClassName
{
background-color: #F7457B;
}
.BgClassName
{
background-color: #F7457B;
}
</style>
border-color css
<style>
span { border-color: #F7457B; }
span { border-color: rgb(247,69,123); }
td.TdClassName
{
border-color: #F7457B;
}
.TagClassName
{
border-color: #F7457B;
}
</style>