Shades of Violet Red #F93A76
Tints of Violet Red #F93A76
RGB
CMYK
RGB Variations
Color information
#F93A76 (or 0xF93A76) is known color: Violet Red. HEX triplet: F9, 3A and 76. RGB value is (249,58,118). Sum of RGB (Red+Green+Blue) = 249+58+118=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A76 is #06C589. Grayscale: #797979. Windows color (decimal): -443786 or 7748345. OLE color: 7748345.
HSL color Cylindrical-coordinate representation of color #F93A76: hue angle of 341.15º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A76 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 118 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.02 |
| HSL | 341.15º | 0.94% | 0.6% | - |
| HSV(B) | 341.15º | 0.77% | 0.98% | - |
| XYZ | 43.85 | 24.47 | 19.55 | - |
| YUV | 121.95 | 125.78 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 118 | 0 | 0.77 | 0.53 | 0.02 | 341.15 | 0.94 | 0.6 |
| Hex | F9 | 3A | 76 | 0 | 4D | 35 | 2 | 155 | 5E | 3C |
| Octal | 371 | 72 | 166 | 0 | 115 | 65 | 2 | 525 | 136 | 74 |
| Binary | 11111001 | 111010 | 1110110 | 0 | 1001101 | 110101 | 10 | 101010101 | 1011110 | 111100 |
Color Harmonies of #F93A76
Complementary color
Monochromatic Colors of #F93A76
Black with #F93A76
Text Example
Text Example
White with #F93A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A76; }
p { color: rgb(249,58,118); }
H1.HeaderClassName
{
color: #F93A76;
}
.AnyTagClassName
{
color: #F93A76;
}
</style>
background-color css
<style>
a { background-color: #F93A76; }
a { background-color: rgb(249,58,118); }
div.DivClassName
{
background-color: #F93A76;
}
.BgClassName
{
background-color: #F93A76;
}
</style>
border-color css
<style>
span { border-color: #F93A76; }
span { border-color: rgb(249,58,118); }
td.TdClassName
{
border-color: #F93A76;
}
.TagClassName
{
border-color: #F93A76;
}
</style>