Shades of Violet Red #F9407C
Tints of Violet Red #F9407C
RGB
CMYK
RGB Variations
Color information
#F9407C (or 0xF9407C) is known color: Violet Red. HEX triplet: F9, 40 and 7C. RGB value is (249,64,124). Sum of RGB (Red+Green+Blue) = 249+64+124=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F9407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9407C is #06BF83. Grayscale: #7E7E7E. Windows color (decimal): -442244 or 8143097. OLE color: 8143097.
HSL color Cylindrical-coordinate representation of color #F9407C: hue angle of 340.54º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9407C is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 124 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.02 |
| HSL | 340.54º | 0.94% | 0.61% | - |
| HSV(B) | 340.54º | 0.74% | 0.98% | - |
| XYZ | 44.54 | 25.26 | 21.6 | - |
| YUV | 126.16 | 126.79 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 124 | 0 | 0.74 | 0.50 | 0.02 | 340.54 | 0.94 | 0.61 |
| Hex | F9 | 40 | 7C | 0 | 4A | 32 | 2 | 155 | 5E | 3D |
| Octal | 371 | 100 | 174 | 0 | 112 | 62 | 2 | 525 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1111100 | 0 | 1001010 | 110010 | 10 | 101010101 | 1011110 | 111101 |
Color Harmonies of #F9407C
Complementary color
Monochromatic Colors of #F9407C
Black with #F9407C
Text Example
Text Example
White with #F9407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9407C; }
p { color: rgb(249,64,124); }
H1.HeaderClassName
{
color: #F9407C;
}
.AnyTagClassName
{
color: #F9407C;
}
</style>
background-color css
<style>
a { background-color: #F9407C; }
a { background-color: rgb(249,64,124); }
div.DivClassName
{
background-color: #F9407C;
}
.BgClassName
{
background-color: #F9407C;
}
</style>
border-color css
<style>
span { border-color: #F9407C; }
span { border-color: rgb(249,64,124); }
td.TdClassName
{
border-color: #F9407C;
}
.TagClassName
{
border-color: #F9407C;
}
</style>