Shades of Violet #F58EEE
Tints of Violet #F58EEE
RGB
CMYK
RGB Variations
Color information
#F58EEE (or 0xF58EEE) is known color: Violet. HEX triplet: F5, 8E and EE. RGB value is (245,142,238). Sum of RGB (Red+Green+Blue) = 245+142+238=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 142 (55.86% from 255 or 22.72% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EEE is #0A7111. Grayscale: #B7B7B7. Windows color (decimal): -684306 or 15634165. OLE color: 15634165.
HSL color Cylindrical-coordinate representation of color #F58EEE: hue angle of 304.08º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58EEE is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 238 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.04 |
| HSL | 304.08º | 0.84% | 0.76% | - |
| HSV(B) | 304.08º | 0.42% | 0.96% | - |
| XYZ | 62.76 | 44.93 | 86.25 | - |
| YUV | 183.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 238 | 0 | 0.42 | 0.03 | 0.04 | 304.08 | 0.84 | 0.76 |
| Hex | F5 | 8E | EE | 0 | 2A | 3 | 4 | 130 | 54 | 4C |
| Octal | 365 | 216 | 356 | 0 | 52 | 3 | 4 | 460 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11101110 | 0 | 101010 | 11 | 100 | 100110000 | 1010100 | 1001100 |
Color Harmonies of #F58EEE
Complementary color
Monochromatic Colors of #F58EEE
Black with #F58EEE
Text Example
Text Example
White with #F58EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EEE; }
p { color: rgb(245,142,238); }
H1.HeaderClassName
{
color: #F58EEE;
}
.AnyTagClassName
{
color: #F58EEE;
}
</style>
background-color css
<style>
a { background-color: #F58EEE; }
a { background-color: rgb(245,142,238); }
div.DivClassName
{
background-color: #F58EEE;
}
.BgClassName
{
background-color: #F58EEE;
}
</style>
border-color css
<style>
span { border-color: #F58EEE; }
span { border-color: rgb(245,142,238); }
td.TdClassName
{
border-color: #F58EEE;
}
.TagClassName
{
border-color: #F58EEE;
}
</style>