Shades of Violet #F58EFF
Tints of Violet #F58EFF
RGB
CMYK
RGB Variations
Color information
#F58EFF (or 0xF58EFF) is known color: Violet. HEX triplet: F5, 8E and FF. RGB value is (245,142,255). Sum of RGB (Red+Green+Blue) = 245+142+255=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 142 (55.86% from 255 or 22.12% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #F58EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EFF is #0A7100. Grayscale: #B9B9B9. Windows color (decimal): -684289 or 16748277. OLE color: 16748277.
HSL color Cylindrical-coordinate representation of color #F58EFF: hue angle of 294.69º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58EFF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 142 | 255 | - |
| CMYK | 0.04 | 0.44 | 0 | 0 |
| HSL | 294.69º | 1% | 0.78% | - |
| HSV(B) | 294.69º | 0.44% | 1% | - |
| XYZ | 65.38 | 45.98 | 100.04 | - |
| YUV | 185.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 255 | 0.04 | 0.44 | 0 | 0 | 294.69 | 1 | 0.78 |
| Hex | F5 | 8E | FF | 4 | 2C | 0 | 0 | 127 | 64 | 4E |
| Octal | 365 | 216 | 377 | 4 | 54 | 0 | 0 | 447 | 144 | 116 |
| Binary | 11110101 | 10001110 | 11111111 | 100 | 101100 | 0 | 0 | 100100111 | 1100100 | 1001110 |
Color Harmonies of #F58EFF
Complementary color
Monochromatic Colors of #F58EFF
Black with #F58EFF
Text Example
Text Example
White with #F58EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EFF; }
p { color: rgb(245,142,255); }
H1.HeaderClassName
{
color: #F58EFF;
}
.AnyTagClassName
{
color: #F58EFF;
}
</style>
background-color css
<style>
a { background-color: #F58EFF; }
a { background-color: rgb(245,142,255); }
div.DivClassName
{
background-color: #F58EFF;
}
.BgClassName
{
background-color: #F58EFF;
}
</style>
border-color css
<style>
span { border-color: #F58EFF; }
span { border-color: rgb(245,142,255); }
td.TdClassName
{
border-color: #F58EFF;
}
.TagClassName
{
border-color: #F58EFF;
}
</style>