Shades of Violet Red #F7467D
Tints of Violet Red #F7467D
RGB
CMYK
RGB Variations
Color information
#F7467D (or 0xF7467D) is known color: Violet Red. HEX triplet: F7, 46 and 7D. RGB value is (247,70,125). Sum of RGB (Red+Green+Blue) = 247+70+125=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F7467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7467D is #08B982. Grayscale: #818181. Windows color (decimal): -571779 or 8210167. OLE color: 8210167.
HSL color Cylindrical-coordinate representation of color #F7467D: hue angle of 341.36º 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 #F7467D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 125 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.03 |
| HSL | 341.36º | 0.92% | 0.62% | - |
| HSV(B) | 341.36º | 0.72% | 0.97% | - |
| XYZ | 44.25 | 25.64 | 22.02 | - |
| YUV | 129.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 125 | 0 | 0.72 | 0.49 | 0.03 | 341.36 | 0.92 | 0.62 |
| Hex | F7 | 46 | 7D | 0 | 48 | 31 | 3 | 155 | 5C | 3E |
| Octal | 367 | 106 | 175 | 0 | 110 | 61 | 3 | 525 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1111101 | 0 | 1001000 | 110001 | 11 | 101010101 | 1011100 | 111110 |
Color Harmonies of #F7467D
Complementary color
Monochromatic Colors of #F7467D
Black with #F7467D
Text Example
Text Example
White with #F7467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7467D; }
p { color: rgb(247,70,125); }
H1.HeaderClassName
{
color: #F7467D;
}
.AnyTagClassName
{
color: #F7467D;
}
</style>
background-color css
<style>
a { background-color: #F7467D; }
a { background-color: rgb(247,70,125); }
div.DivClassName
{
background-color: #F7467D;
}
.BgClassName
{
background-color: #F7467D;
}
</style>
border-color css
<style>
span { border-color: #F7467D; }
span { border-color: rgb(247,70,125); }
td.TdClassName
{
border-color: #F7467D;
}
.TagClassName
{
border-color: #F7467D;
}
</style>