Shades of Violet #F582EF
Tints of Violet #F582EF
RGB
CMYK
RGB Variations
Color information
#F582EF (or 0xF582EF) is known color: Violet. HEX triplet: F5, 82 and EF. RGB value is (245,130,239). Sum of RGB (Red+Green+Blue) = 245+130+239=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F582EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582EF is #0A7D10. Grayscale: #B0B0B0. Windows color (decimal): -687377 or 15696629. OLE color: 15696629.
HSL color Cylindrical-coordinate representation of color #F582EF: hue angle of 303.13º 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 #F582EF is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 239 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.04 |
| HSL | 303.13º | 0.85% | 0.74% | - |
| HSV(B) | 303.13º | 0.47% | 0.96% | - |
| XYZ | 61.22 | 41.61 | 86.47 | - |
| YUV | 176.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 239 | 0 | 0.47 | 0.02 | 0.04 | 303.13 | 0.85 | 0.74 |
| Hex | F5 | 82 | EF | 0 | 2F | 2 | 4 | 12F | 55 | 4A |
| Octal | 365 | 202 | 357 | 0 | 57 | 2 | 4 | 457 | 125 | 112 |
| Binary | 11110101 | 10000010 | 11101111 | 0 | 101111 | 10 | 100 | 100101111 | 1010101 | 1001010 |
Color Harmonies of #F582EF
Complementary color
Monochromatic Colors of #F582EF
Black with #F582EF
Text Example
Text Example
White with #F582EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582EF; }
p { color: rgb(245,130,239); }
H1.HeaderClassName
{
color: #F582EF;
}
.AnyTagClassName
{
color: #F582EF;
}
</style>
background-color css
<style>
a { background-color: #F582EF; }
a { background-color: rgb(245,130,239); }
div.DivClassName
{
background-color: #F582EF;
}
.BgClassName
{
background-color: #F582EF;
}
</style>
border-color css
<style>
span { border-color: #F582EF; }
span { border-color: rgb(245,130,239); }
td.TdClassName
{
border-color: #F582EF;
}
.TagClassName
{
border-color: #F582EF;
}
</style>