Shades of Violet Red #F9407A
Tints of Violet Red #F9407A
RGB
CMYK
RGB Variations
Color information
#F9407A (or 0xF9407A) is known color: Violet Red. HEX triplet: F9, 40 and 7A. RGB value is (249,64,122). Sum of RGB (Red+Green+Blue) = 249+64+122=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F9407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9407A is #06BF85. Grayscale: #7D7D7D. Windows color (decimal): -442246 or 8012025. OLE color: 8012025.
HSL color Cylindrical-coordinate representation of color #F9407A: hue angle of 341.19º 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 #F9407A is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 122 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.02 |
| HSL | 341.19º | 0.94% | 0.61% | - |
| HSV(B) | 341.19º | 0.74% | 0.98% | - |
| XYZ | 44.41 | 25.21 | 20.94 | - |
| YUV | 125.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 122 | 0 | 0.74 | 0.51 | 0.02 | 341.19 | 0.94 | 0.61 |
| Hex | F9 | 40 | 7A | 0 | 4A | 33 | 2 | 155 | 5E | 3D |
| Octal | 371 | 100 | 172 | 0 | 112 | 63 | 2 | 525 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1111010 | 0 | 1001010 | 110011 | 10 | 101010101 | 1011110 | 111101 |
Color Harmonies of #F9407A
Complementary color
Monochromatic Colors of #F9407A
Black with #F9407A
Text Example
Text Example
White with #F9407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9407A; }
p { color: rgb(249,64,122); }
H1.HeaderClassName
{
color: #F9407A;
}
.AnyTagClassName
{
color: #F9407A;
}
</style>
background-color css
<style>
a { background-color: #F9407A; }
a { background-color: rgb(249,64,122); }
div.DivClassName
{
background-color: #F9407A;
}
.BgClassName
{
background-color: #F9407A;
}
</style>
border-color css
<style>
span { border-color: #F9407A; }
span { border-color: rgb(249,64,122); }
td.TdClassName
{
border-color: #F9407A;
}
.TagClassName
{
border-color: #F9407A;
}
</style>