Shades of Violet Red #F9467D
Tints of Violet Red #F9467D
RGB
CMYK
RGB Variations
Color information
#F9467D (or 0xF9467D) is known color: Violet Red. HEX triplet: F9, 46 and 7D. RGB value is (249,70,125). Sum of RGB (Red+Green+Blue) = 249+70+125=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9467D is #06B982. Grayscale: #818181. Windows color (decimal): -440707 or 8210169. OLE color: 8210169.
HSL color Cylindrical-coordinate representation of color #F9467D: hue angle of 341.56º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9467D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 125 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.02 |
| HSL | 341.56º | 0.94% | 0.63% | - |
| HSV(B) | 341.56º | 0.72% | 0.98% | - |
| XYZ | 44.96 | 26 | 22.05 | - |
| YUV | 129.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 125 | 0 | 0.72 | 0.50 | 0.02 | 341.56 | 0.94 | 0.63 |
| Hex | F9 | 46 | 7D | 0 | 48 | 32 | 2 | 156 | 5E | 3F |
| Octal | 371 | 106 | 175 | 0 | 110 | 62 | 2 | 526 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1111101 | 0 | 1001000 | 110010 | 10 | 101010110 | 1011110 | 111111 |
Color Harmonies of #F9467D
Complementary color
Monochromatic Colors of #F9467D
Black with #F9467D
Text Example
Text Example
White with #F9467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9467D; }
p { color: rgb(249,70,125); }
H1.HeaderClassName
{
color: #F9467D;
}
.AnyTagClassName
{
color: #F9467D;
}
</style>
background-color css
<style>
a { background-color: #F9467D; }
a { background-color: rgb(249,70,125); }
div.DivClassName
{
background-color: #F9467D;
}
.BgClassName
{
background-color: #F9467D;
}
</style>
border-color css
<style>
span { border-color: #F9467D; }
span { border-color: rgb(249,70,125); }
td.TdClassName
{
border-color: #F9467D;
}
.TagClassName
{
border-color: #F9467D;
}
</style>