Shades of Violet #F593EE
Tints of Violet #F593EE
RGB
CMYK
RGB Variations
Color information
#F593EE (or 0xF593EE) is known color: Violet. HEX triplet: F5, 93 and EE. RGB value is (245,147,238). Sum of RGB (Red+Green+Blue) = 245+147+238=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F593EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593EE is #0A6C11. Grayscale: #BABABA. Windows color (decimal): -683026 or 15635445. OLE color: 15635445.
HSL color Cylindrical-coordinate representation of color #F593EE: hue angle of 304.29º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593EE is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 238 | - |
| CMYK | 0 | 0.4 | 0.03 | 0.04 |
| HSL | 304.29º | 0.83% | 0.77% | - |
| HSV(B) | 304.29º | 0.4% | 0.96% | - |
| XYZ | 63.52 | 46.45 | 86.51 | - |
| YUV | 186.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 238 | 0 | 0.4 | 0.03 | 0.04 | 304.29 | 0.83 | 0.77 |
| Hex | F5 | 93 | EE | 0 | 28 | 3 | 4 | 130 | 53 | 4D |
| Octal | 365 | 223 | 356 | 0 | 50 | 3 | 4 | 460 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11101110 | 0 | 101000 | 11 | 100 | 100110000 | 1010011 | 1001101 |
Color Harmonies of #F593EE
Complementary color
Monochromatic Colors of #F593EE
Black with #F593EE
Text Example
Text Example
White with #F593EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593EE; }
p { color: rgb(245,147,238); }
H1.HeaderClassName
{
color: #F593EE;
}
.AnyTagClassName
{
color: #F593EE;
}
</style>
background-color css
<style>
a { background-color: #F593EE; }
a { background-color: rgb(245,147,238); }
div.DivClassName
{
background-color: #F593EE;
}
.BgClassName
{
background-color: #F593EE;
}
</style>
border-color css
<style>
span { border-color: #F593EE; }
span { border-color: rgb(245,147,238); }
td.TdClassName
{
border-color: #F593EE;
}
.TagClassName
{
border-color: #F593EE;
}
</style>