Shades of Violet Red #F9377D
Tints of Violet Red #F9377D
RGB
CMYK
RGB Variations
Color information
#F9377D (or 0xF9377D) is known color: Violet Red. HEX triplet: F9, 37 and 7D. RGB value is (249,55,125). Sum of RGB (Red+Green+Blue) = 249+55+125=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9377D is #06C882. Grayscale: #787878. Windows color (decimal): -444547 or 8206329. OLE color: 8206329.
HSL color Cylindrical-coordinate representation of color #F9377D: hue angle of 338.35º 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 #F9377D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 125 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.02 |
| HSL | 338.35º | 0.94% | 0.6% | - |
| HSV(B) | 338.35º | 0.78% | 0.98% | - |
| XYZ | 44.13 | 24.35 | 21.78 | - |
| YUV | 120.99 | 130.27 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 125 | 0 | 0.78 | 0.50 | 0.02 | 338.35 | 0.94 | 0.6 |
| Hex | F9 | 37 | 7D | 0 | 4E | 32 | 2 | 152 | 5E | 3C |
| Octal | 371 | 67 | 175 | 0 | 116 | 62 | 2 | 522 | 136 | 74 |
| Binary | 11111001 | 110111 | 1111101 | 0 | 1001110 | 110010 | 10 | 101010010 | 1011110 | 111100 |
Color Harmonies of #F9377D
Complementary color
Monochromatic Colors of #F9377D
Black with #F9377D
Text Example
Text Example
White with #F9377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9377D; }
p { color: rgb(249,55,125); }
H1.HeaderClassName
{
color: #F9377D;
}
.AnyTagClassName
{
color: #F9377D;
}
</style>
background-color css
<style>
a { background-color: #F9377D; }
a { background-color: rgb(249,55,125); }
div.DivClassName
{
background-color: #F9377D;
}
.BgClassName
{
background-color: #F9377D;
}
</style>
border-color css
<style>
span { border-color: #F9377D; }
span { border-color: rgb(249,55,125); }
td.TdClassName
{
border-color: #F9377D;
}
.TagClassName
{
border-color: #F9377D;
}
</style>