Shades of Violet Red #F9377A
Tints of Violet Red #F9377A
RGB
CMYK
RGB Variations
Color information
#F9377A (or 0xF9377A) is known color: Violet Red. HEX triplet: F9, 37 and 7A. RGB value is (249,55,122). Sum of RGB (Red+Green+Blue) = 249+55+122=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9377A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9377A is #06C885. Grayscale: #787878. Windows color (decimal): -444550 or 8009721. OLE color: 8009721.
HSL color Cylindrical-coordinate representation of color #F9377A: hue angle of 339.28º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9377A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 122 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.02 |
| HSL | 339.28º | 0.94% | 0.6% | - |
| HSV(B) | 339.28º | 0.78% | 0.98% | - |
| XYZ | 43.95 | 24.28 | 20.78 | - |
| YUV | 120.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 122 | 0 | 0.78 | 0.51 | 0.02 | 339.28 | 0.94 | 0.6 |
| Hex | F9 | 37 | 7A | 0 | 4E | 33 | 2 | 153 | 5E | 3C |
| Octal | 371 | 67 | 172 | 0 | 116 | 63 | 2 | 523 | 136 | 74 |
| Binary | 11111001 | 110111 | 1111010 | 0 | 1001110 | 110011 | 10 | 101010011 | 1011110 | 111100 |
Color Harmonies of #F9377A
Complementary color
Monochromatic Colors of #F9377A
Black with #F9377A
Text Example
Text Example
White with #F9377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9377A; }
p { color: rgb(249,55,122); }
H1.HeaderClassName
{
color: #F9377A;
}
.AnyTagClassName
{
color: #F9377A;
}
</style>
background-color css
<style>
a { background-color: #F9377A; }
a { background-color: rgb(249,55,122); }
div.DivClassName
{
background-color: #F9377A;
}
.BgClassName
{
background-color: #F9377A;
}
</style>
border-color css
<style>
span { border-color: #F9377A; }
span { border-color: rgb(249,55,122); }
td.TdClassName
{
border-color: #F9377A;
}
.TagClassName
{
border-color: #F9377A;
}
</style>