Shades of Violet #F582EE
Tints of Violet #F582EE
RGB
CMYK
RGB Variations
Color information
#F582EE (or 0xF582EE) is known color: Violet. HEX triplet: F5, 82 and EE. RGB value is (245,130,238). Sum of RGB (Red+Green+Blue) = 245+130+238=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F582EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582EE is #0A7D11. Grayscale: #B0B0B0. Windows color (decimal): -687378 or 15631093. OLE color: 15631093.
HSL color Cylindrical-coordinate representation of color #F582EE: hue angle of 303.65º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F582EE is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 238 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.04 |
| HSL | 303.65º | 0.85% | 0.74% | - |
| HSV(B) | 303.65º | 0.47% | 0.96% | - |
| XYZ | 61.07 | 41.55 | 85.69 | - |
| YUV | 176.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 238 | 0 | 0.47 | 0.03 | 0.04 | 303.65 | 0.85 | 0.74 |
| Hex | F5 | 82 | EE | 0 | 2F | 3 | 4 | 130 | 55 | 4A |
| Octal | 365 | 202 | 356 | 0 | 57 | 3 | 4 | 460 | 125 | 112 |
| Binary | 11110101 | 10000010 | 11101110 | 0 | 101111 | 11 | 100 | 100110000 | 1010101 | 1001010 |
Color Harmonies of #F582EE
Complementary color
Monochromatic Colors of #F582EE
Black with #F582EE
Text Example
Text Example
White with #F582EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582EE; }
p { color: rgb(245,130,238); }
H1.HeaderClassName
{
color: #F582EE;
}
.AnyTagClassName
{
color: #F582EE;
}
</style>
background-color css
<style>
a { background-color: #F582EE; }
a { background-color: rgb(245,130,238); }
div.DivClassName
{
background-color: #F582EE;
}
.BgClassName
{
background-color: #F582EE;
}
</style>
border-color css
<style>
span { border-color: #F582EE; }
span { border-color: rgb(245,130,238); }
td.TdClassName
{
border-color: #F582EE;
}
.TagClassName
{
border-color: #F582EE;
}
</style>