Shades of Violet #F58EF0
Tints of Violet #F58EF0
RGB
CMYK
RGB Variations
Color information
#F58EF0 (or 0xF58EF0) is known color: Violet. HEX triplet: F5, 8E and F0. RGB value is (245,142,240). Sum of RGB (Red+Green+Blue) = 245+142+240=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 142 (55.86% from 255 or 22.65% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EF0 is #0A710F. Grayscale: #B7B7B7. Windows color (decimal): -684304 or 15765237. OLE color: 15765237.
HSL color Cylindrical-coordinate representation of color #F58EF0: hue angle of 302.91º 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 #F58EF0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 240 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.04 |
| HSL | 302.91º | 0.84% | 0.76% | - |
| HSV(B) | 302.91º | 0.42% | 0.96% | - |
| XYZ | 63.06 | 45.05 | 87.81 | - |
| YUV | 183.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 240 | 0 | 0.42 | 0.02 | 0.04 | 302.91 | 0.84 | 0.76 |
| Hex | F5 | 8E | F0 | 0 | 2A | 2 | 4 | 12F | 54 | 4C |
| Octal | 365 | 216 | 360 | 0 | 52 | 2 | 4 | 457 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11110000 | 0 | 101010 | 10 | 100 | 100101111 | 1010100 | 1001100 |
Color Harmonies of #F58EF0
Complementary color
Monochromatic Colors of #F58EF0
Black with #F58EF0
Text Example
Text Example
White with #F58EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EF0; }
p { color: rgb(245,142,240); }
H1.HeaderClassName
{
color: #F58EF0;
}
.AnyTagClassName
{
color: #F58EF0;
}
</style>
background-color css
<style>
a { background-color: #F58EF0; }
a { background-color: rgb(245,142,240); }
div.DivClassName
{
background-color: #F58EF0;
}
.BgClassName
{
background-color: #F58EF0;
}
</style>
border-color css
<style>
span { border-color: #F58EF0; }
span { border-color: rgb(245,142,240); }
td.TdClassName
{
border-color: #F58EF0;
}
.TagClassName
{
border-color: #F58EF0;
}
</style>