Shades of Violet Red #F7457D
Tints of Violet Red #F7457D
RGB
CMYK
RGB Variations
Color information
#F7457D (or 0xF7457D) is known color: Violet Red. HEX triplet: F7, 45 and 7D. RGB value is (247,69,125). Sum of RGB (Red+Green+Blue) = 247+69+125=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7457D is #08BA82. Grayscale: #808080. Windows color (decimal): -572035 or 8209911. OLE color: 8209911.
HSL color Cylindrical-coordinate representation of color #F7457D: hue angle of 341.12º 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 #F7457D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 125 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.03 |
| HSL | 341.12º | 0.92% | 0.62% | - |
| HSV(B) | 341.12º | 0.72% | 0.97% | - |
| XYZ | 44.19 | 25.51 | 22 | - |
| YUV | 128.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 125 | 0 | 0.72 | 0.49 | 0.03 | 341.12 | 0.92 | 0.62 |
| Hex | F7 | 45 | 7D | 0 | 48 | 31 | 3 | 155 | 5C | 3E |
| Octal | 367 | 105 | 175 | 0 | 110 | 61 | 3 | 525 | 134 | 76 |
| Binary | 11110111 | 1000101 | 1111101 | 0 | 1001000 | 110001 | 11 | 101010101 | 1011100 | 111110 |
Color Harmonies of #F7457D
Complementary color
Monochromatic Colors of #F7457D
Black with #F7457D
Text Example
Text Example
White with #F7457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7457D; }
p { color: rgb(247,69,125); }
H1.HeaderClassName
{
color: #F7457D;
}
.AnyTagClassName
{
color: #F7457D;
}
</style>
background-color css
<style>
a { background-color: #F7457D; }
a { background-color: rgb(247,69,125); }
div.DivClassName
{
background-color: #F7457D;
}
.BgClassName
{
background-color: #F7457D;
}
</style>
border-color css
<style>
span { border-color: #F7457D; }
span { border-color: rgb(247,69,125); }
td.TdClassName
{
border-color: #F7457D;
}
.TagClassName
{
border-color: #F7457D;
}
</style>