Shades of Violet #F573EE
Tints of Violet #F573EE
RGB
CMYK
RGB Variations
Color information
#F573EE (or 0xF573EE) is known color: Violet. HEX triplet: F5, 73 and EE. RGB value is (245,115,238). Sum of RGB (Red+Green+Blue) = 245+115+238=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 115 (45.31% from 255 or 19.23% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F573EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F573EE is #0A8C11. Grayscale: #A7A7A7. Windows color (decimal): -691218 or 15627253. OLE color: 15627253.
HSL color Cylindrical-coordinate representation of color #F573EE: hue angle of 303.23º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F573EE is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 238 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.04 |
| HSL | 303.23º | 0.87% | 0.71% | - |
| HSV(B) | 303.23º | 0.53% | 0.96% | - |
| XYZ | 59.22 | 37.85 | 85.07 | - |
| YUV | 167.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 238 | 0 | 0.53 | 0.03 | 0.04 | 303.23 | 0.87 | 0.71 |
| Hex | F5 | 73 | EE | 0 | 35 | 3 | 4 | 12F | 57 | 47 |
| Octal | 365 | 163 | 356 | 0 | 65 | 3 | 4 | 457 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11101110 | 0 | 110101 | 11 | 100 | 100101111 | 1010111 | 1000111 |
Color Harmonies of #F573EE
Complementary color
Monochromatic Colors of #F573EE
Black with #F573EE
Text Example
Text Example
White with #F573EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573EE; }
p { color: rgb(245,115,238); }
H1.HeaderClassName
{
color: #F573EE;
}
.AnyTagClassName
{
color: #F573EE;
}
</style>
background-color css
<style>
a { background-color: #F573EE; }
a { background-color: rgb(245,115,238); }
div.DivClassName
{
background-color: #F573EE;
}
.BgClassName
{
background-color: #F573EE;
}
</style>
border-color css
<style>
span { border-color: #F573EE; }
span { border-color: rgb(245,115,238); }
td.TdClassName
{
border-color: #F573EE;
}
.TagClassName
{
border-color: #F573EE;
}
</style>