Shades of Violet Red #F7467B
Tints of Violet Red #F7467B
RGB
CMYK
RGB Variations
Color information
#F7467B (or 0xF7467B) is known color: Violet Red. HEX triplet: F7, 46 and 7B. RGB value is (247,70,123). Sum of RGB (Red+Green+Blue) = 247+70+123=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7467B is #08B984. Grayscale: #808080. Windows color (decimal): -571781 or 8079095. OLE color: 8079095.
HSL color Cylindrical-coordinate representation of color #F7467B: hue angle of 342.03º 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 #F7467B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 123 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.03 |
| HSL | 342.03º | 0.92% | 0.62% | - |
| HSV(B) | 342.03º | 0.72% | 0.97% | - |
| XYZ | 44.12 | 25.58 | 21.35 | - |
| YUV | 128.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 123 | 0 | 0.72 | 0.50 | 0.03 | 342.03 | 0.92 | 0.62 |
| Hex | F7 | 46 | 7B | 0 | 48 | 32 | 3 | 156 | 5C | 3E |
| Octal | 367 | 106 | 173 | 0 | 110 | 62 | 3 | 526 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1111011 | 0 | 1001000 | 110010 | 11 | 101010110 | 1011100 | 111110 |
Color Harmonies of #F7467B
Complementary color
Monochromatic Colors of #F7467B
Black with #F7467B
Text Example
Text Example
White with #F7467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7467B; }
p { color: rgb(247,70,123); }
H1.HeaderClassName
{
color: #F7467B;
}
.AnyTagClassName
{
color: #F7467B;
}
</style>
background-color css
<style>
a { background-color: #F7467B; }
a { background-color: rgb(247,70,123); }
div.DivClassName
{
background-color: #F7467B;
}
.BgClassName
{
background-color: #F7467B;
}
</style>
border-color css
<style>
span { border-color: #F7467B; }
span { border-color: rgb(247,70,123); }
td.TdClassName
{
border-color: #F7467B;
}
.TagClassName
{
border-color: #F7467B;
}
</style>