Shades of Violet #F594EE
Tints of Violet #F594EE
RGB
CMYK
RGB Variations
Color information
#F594EE (or 0xF594EE) is known color: Violet. HEX triplet: F5, 94 and EE. RGB value is (245,148,238). Sum of RGB (Red+Green+Blue) = 245+148+238=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F594EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F594EE is #0A6B11. Grayscale: #BBBBBB. Windows color (decimal): -682770 or 15635701. OLE color: 15635701.
HSL color Cylindrical-coordinate representation of color #F594EE: hue angle of 304.33º 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 #F594EE is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 238 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.04 |
| HSL | 304.33º | 0.83% | 0.77% | - |
| HSV(B) | 304.33º | 0.4% | 0.96% | - |
| XYZ | 63.68 | 46.77 | 86.56 | - |
| YUV | 187.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 238 | 0 | 0.40 | 0.03 | 0.04 | 304.33 | 0.83 | 0.77 |
| Hex | F5 | 94 | EE | 0 | 28 | 3 | 4 | 130 | 53 | 4D |
| Octal | 365 | 224 | 356 | 0 | 50 | 3 | 4 | 460 | 123 | 115 |
| Binary | 11110101 | 10010100 | 11101110 | 0 | 101000 | 11 | 100 | 100110000 | 1010011 | 1001101 |
Color Harmonies of #F594EE
Complementary color
Monochromatic Colors of #F594EE
Black with #F594EE
Text Example
Text Example
White with #F594EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594EE; }
p { color: rgb(245,148,238); }
H1.HeaderClassName
{
color: #F594EE;
}
.AnyTagClassName
{
color: #F594EE;
}
</style>
background-color css
<style>
a { background-color: #F594EE; }
a { background-color: rgb(245,148,238); }
div.DivClassName
{
background-color: #F594EE;
}
.BgClassName
{
background-color: #F594EE;
}
</style>
border-color css
<style>
span { border-color: #F594EE; }
span { border-color: rgb(245,148,238); }
td.TdClassName
{
border-color: #F594EE;
}
.TagClassName
{
border-color: #F594EE;
}
</style>