Shades of Violet #F586EE
Tints of Violet #F586EE
RGB
CMYK
RGB Variations
Color information
#F586EE (or 0xF586EE) is known color: Violet. HEX triplet: F5, 86 and EE. RGB value is (245,134,238). Sum of RGB (Red+Green+Blue) = 245+134+238=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 134 (52.73% from 255 or 21.72% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F586EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F586EE is #0A7911. Grayscale: #B2B2B2. Windows color (decimal): -686354 or 15632117. OLE color: 15632117.
HSL color Cylindrical-coordinate representation of color #F586EE: hue angle of 303.78º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586EE is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 238 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.04 |
| HSL | 303.78º | 0.85% | 0.74% | - |
| HSV(B) | 303.78º | 0.45% | 0.96% | - |
| XYZ | 61.61 | 42.64 | 85.87 | - |
| YUV | 179.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 238 | 0 | 0.45 | 0.03 | 0.04 | 303.78 | 0.85 | 0.74 |
| Hex | F5 | 86 | EE | 0 | 2D | 3 | 4 | 130 | 55 | 4A |
| Octal | 365 | 206 | 356 | 0 | 55 | 3 | 4 | 460 | 125 | 112 |
| Binary | 11110101 | 10000110 | 11101110 | 0 | 101101 | 11 | 100 | 100110000 | 1010101 | 1001010 |
Color Harmonies of #F586EE
Complementary color
Monochromatic Colors of #F586EE
Black with #F586EE
Text Example
Text Example
White with #F586EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586EE; }
p { color: rgb(245,134,238); }
H1.HeaderClassName
{
color: #F586EE;
}
.AnyTagClassName
{
color: #F586EE;
}
</style>
background-color css
<style>
a { background-color: #F586EE; }
a { background-color: rgb(245,134,238); }
div.DivClassName
{
background-color: #F586EE;
}
.BgClassName
{
background-color: #F586EE;
}
</style>
border-color css
<style>
span { border-color: #F586EE; }
span { border-color: rgb(245,134,238); }
td.TdClassName
{
border-color: #F586EE;
}
.TagClassName
{
border-color: #F586EE;
}
</style>