Shades of Violet #F58EFB
Tints of Violet #F58EFB
RGB
CMYK
RGB Variations
Color information
#F58EFB (or 0xF58EFB) is known color: Violet. HEX triplet: F5, 8E and FB. RGB value is (245,142,251). Sum of RGB (Red+Green+Blue) = 245+142+251=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 142 (55.86% from 255 or 22.26% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #F58EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EFB is #0A7104. Grayscale: #B8B8B8. Windows color (decimal): -684293 or 16486133. OLE color: 16486133.
HSL color Cylindrical-coordinate representation of color #F58EFB: hue angle of 296.7º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58EFB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 142 | 251 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.02 |
| HSL | 296.7º | 0.93% | 0.77% | - |
| HSV(B) | 296.7º | 0.43% | 0.98% | - |
| XYZ | 64.74 | 45.72 | 96.68 | - |
| YUV | 185.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 251 | 0.02 | 0.43 | 0 | 0.02 | 296.7 | 0.93 | 0.77 |
| Hex | F5 | 8E | FB | 2 | 2B | 0 | 2 | 129 | 5D | 4D |
| Octal | 365 | 216 | 373 | 2 | 53 | 0 | 2 | 451 | 135 | 115 |
| Binary | 11110101 | 10001110 | 11111011 | 10 | 101011 | 0 | 10 | 100101001 | 1011101 | 1001101 |
Color Harmonies of #F58EFB
Complementary color
Monochromatic Colors of #F58EFB
Black with #F58EFB
Text Example
Text Example
White with #F58EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EFB; }
p { color: rgb(245,142,251); }
H1.HeaderClassName
{
color: #F58EFB;
}
.AnyTagClassName
{
color: #F58EFB;
}
</style>
background-color css
<style>
a { background-color: #F58EFB; }
a { background-color: rgb(245,142,251); }
div.DivClassName
{
background-color: #F58EFB;
}
.BgClassName
{
background-color: #F58EFB;
}
</style>
border-color css
<style>
span { border-color: #F58EFB; }
span { border-color: rgb(245,142,251); }
td.TdClassName
{
border-color: #F58EFB;
}
.TagClassName
{
border-color: #F58EFB;
}
</style>