Shades of Violet #F58EFC
Tints of Violet #F58EFC
RGB
CMYK
RGB Variations
Color information
#F58EFC (or 0xF58EFC) is known color: Violet. HEX triplet: F5, 8E and FC. RGB value is (245,142,252). Sum of RGB (Red+Green+Blue) = 245+142+252=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 142 (55.86% from 255 or 22.22% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #F58EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EFC is #0A7103. Grayscale: #B9B9B9. Windows color (decimal): -684292 or 16551669. OLE color: 16551669.
HSL color Cylindrical-coordinate representation of color #F58EFC: hue angle of 296.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58EFC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 142 | 252 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.01 |
| HSL | 296.18º | 0.95% | 0.77% | - |
| HSV(B) | 296.18º | 0.44% | 0.99% | - |
| XYZ | 64.9 | 45.79 | 97.51 | - |
| YUV | 185.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 252 | 0.03 | 0.44 | 0 | 0.01 | 296.18 | 0.95 | 0.77 |
| Hex | F5 | 8E | FC | 3 | 2C | 0 | 1 | 128 | 5F | 4D |
| Octal | 365 | 216 | 374 | 3 | 54 | 0 | 1 | 450 | 137 | 115 |
| Binary | 11110101 | 10001110 | 11111100 | 11 | 101100 | 0 | 1 | 100101000 | 1011111 | 1001101 |
Color Harmonies of #F58EFC
Complementary color
Monochromatic Colors of #F58EFC
Black with #F58EFC
Text Example
Text Example
White with #F58EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EFC; }
p { color: rgb(245,142,252); }
H1.HeaderClassName
{
color: #F58EFC;
}
.AnyTagClassName
{
color: #F58EFC;
}
</style>
background-color css
<style>
a { background-color: #F58EFC; }
a { background-color: rgb(245,142,252); }
div.DivClassName
{
background-color: #F58EFC;
}
.BgClassName
{
background-color: #F58EFC;
}
</style>
border-color css
<style>
span { border-color: #F58EFC; }
span { border-color: rgb(245,142,252); }
td.TdClassName
{
border-color: #F58EFC;
}
.TagClassName
{
border-color: #F58EFC;
}
</style>