Shades of Violet Red #F93A86
Tints of Violet Red #F93A86
RGB
CMYK
RGB Variations
Color information
#F93A86 (or 0xF93A86) is known color: Violet Red. HEX triplet: F9, 3A and 86. RGB value is (249,58,134). Sum of RGB (Red+Green+Blue) = 249+58+134=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A86 is #06C579. Grayscale: #7B7B7B. Windows color (decimal): -443770 or 8796921. OLE color: 8796921.
HSL color Cylindrical-coordinate representation of color #F93A86: hue angle of 336.13º 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 #F93A86 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 134 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.02 |
| HSL | 336.13º | 0.94% | 0.6% | - |
| HSV(B) | 336.13º | 0.77% | 0.98% | - |
| XYZ | 44.88 | 24.89 | 24.99 | - |
| YUV | 123.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 134 | 0 | 0.77 | 0.46 | 0.02 | 336.13 | 0.94 | 0.6 |
| Hex | F9 | 3A | 86 | 0 | 4D | 2E | 2 | 150 | 5E | 3C |
| Octal | 371 | 72 | 206 | 0 | 115 | 56 | 2 | 520 | 136 | 74 |
| Binary | 11111001 | 111010 | 10000110 | 0 | 1001101 | 101110 | 10 | 101010000 | 1011110 | 111100 |
Color Harmonies of #F93A86
Complementary color
Monochromatic Colors of #F93A86
Black with #F93A86
Text Example
Text Example
White with #F93A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A86; }
p { color: rgb(249,58,134); }
H1.HeaderClassName
{
color: #F93A86;
}
.AnyTagClassName
{
color: #F93A86;
}
</style>
background-color css
<style>
a { background-color: #F93A86; }
a { background-color: rgb(249,58,134); }
div.DivClassName
{
background-color: #F93A86;
}
.BgClassName
{
background-color: #F93A86;
}
</style>
border-color css
<style>
span { border-color: #F93A86; }
span { border-color: rgb(249,58,134); }
td.TdClassName
{
border-color: #F93A86;
}
.TagClassName
{
border-color: #F93A86;
}
</style>