Shades of Violet #F575EE
Tints of Violet #F575EE
RGB
CMYK
RGB Variations
Color information
#F575EE (or 0xF575EE) is known color: Violet. HEX triplet: F5, 75 and EE. RGB value is (245,117,238). Sum of RGB (Red+Green+Blue) = 245+117+238=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F575EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575EE is #0A8A11. Grayscale: #A8A8A8. Windows color (decimal): -690706 or 15627765. OLE color: 15627765.
HSL color Cylindrical-coordinate representation of color #F575EE: hue angle of 303.28º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F575EE is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 238 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.04 |
| HSL | 303.28º | 0.86% | 0.71% | - |
| HSV(B) | 303.28º | 0.52% | 0.96% | - |
| XYZ | 59.45 | 38.31 | 85.15 | - |
| YUV | 169.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 238 | 0 | 0.52 | 0.03 | 0.04 | 303.28 | 0.86 | 0.71 |
| Hex | F5 | 75 | EE | 0 | 34 | 3 | 4 | 12F | 56 | 47 |
| Octal | 365 | 165 | 356 | 0 | 64 | 3 | 4 | 457 | 126 | 107 |
| Binary | 11110101 | 1110101 | 11101110 | 0 | 110100 | 11 | 100 | 100101111 | 1010110 | 1000111 |
Color Harmonies of #F575EE
Complementary color
Monochromatic Colors of #F575EE
Black with #F575EE
Text Example
Text Example
White with #F575EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575EE; }
p { color: rgb(245,117,238); }
H1.HeaderClassName
{
color: #F575EE;
}
.AnyTagClassName
{
color: #F575EE;
}
</style>
background-color css
<style>
a { background-color: #F575EE; }
a { background-color: rgb(245,117,238); }
div.DivClassName
{
background-color: #F575EE;
}
.BgClassName
{
background-color: #F575EE;
}
</style>
border-color css
<style>
span { border-color: #F575EE; }
span { border-color: rgb(245,117,238); }
td.TdClassName
{
border-color: #F575EE;
}
.TagClassName
{
border-color: #F575EE;
}
</style>