Shades of Violet #F580EE
Tints of Violet #F580EE
RGB
CMYK
RGB Variations
Color information
#F580EE (or 0xF580EE) is known color: Violet. HEX triplet: F5, 80 and EE. RGB value is (245,128,238). Sum of RGB (Red+Green+Blue) = 245+128+238=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F580EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580EE is #0A7F11. Grayscale: #AFAFAF. Windows color (decimal): -687890 or 15630581. OLE color: 15630581.
HSL color Cylindrical-coordinate representation of color #F580EE: hue angle of 303.59º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580EE is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 238 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.04 |
| HSL | 303.59º | 0.85% | 0.73% | - |
| HSV(B) | 303.59º | 0.48% | 0.96% | - |
| XYZ | 60.81 | 41.02 | 85.6 | - |
| YUV | 175.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 238 | 0 | 0.48 | 0.03 | 0.04 | 303.59 | 0.85 | 0.73 |
| Hex | F5 | 80 | EE | 0 | 30 | 3 | 4 | 130 | 55 | 49 |
| Octal | 365 | 200 | 356 | 0 | 60 | 3 | 4 | 460 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11101110 | 0 | 110000 | 11 | 100 | 100110000 | 1010101 | 1001001 |
Color Harmonies of #F580EE
Complementary color
Monochromatic Colors of #F580EE
Black with #F580EE
Text Example
Text Example
White with #F580EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580EE; }
p { color: rgb(245,128,238); }
H1.HeaderClassName
{
color: #F580EE;
}
.AnyTagClassName
{
color: #F580EE;
}
</style>
background-color css
<style>
a { background-color: #F580EE; }
a { background-color: rgb(245,128,238); }
div.DivClassName
{
background-color: #F580EE;
}
.BgClassName
{
background-color: #F580EE;
}
</style>
border-color css
<style>
span { border-color: #F580EE; }
span { border-color: rgb(245,128,238); }
td.TdClassName
{
border-color: #F580EE;
}
.TagClassName
{
border-color: #F580EE;
}
</style>