Shades of Violet #F58BEE
Tints of Violet #F58BEE
RGB
CMYK
RGB Variations
Color information
#F58BEE (or 0xF58BEE) is known color: Violet. HEX triplet: F5, 8B and EE. RGB value is (245,139,238). Sum of RGB (Red+Green+Blue) = 245+139+238=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58BEE is #0A7411. Grayscale: #B5B5B5. Windows color (decimal): -685074 or 15633397. OLE color: 15633397.
HSL color Cylindrical-coordinate representation of color #F58BEE: hue angle of 303.96º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58BEE is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 238 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.04 |
| HSL | 303.96º | 0.84% | 0.75% | - |
| HSV(B) | 303.96º | 0.43% | 0.96% | - |
| XYZ | 62.32 | 44.05 | 86.11 | - |
| YUV | 181.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 238 | 0 | 0.43 | 0.03 | 0.04 | 303.96 | 0.84 | 0.75 |
| Hex | F5 | 8B | EE | 0 | 2B | 3 | 4 | 130 | 54 | 4B |
| Octal | 365 | 213 | 356 | 0 | 53 | 3 | 4 | 460 | 124 | 113 |
| Binary | 11110101 | 10001011 | 11101110 | 0 | 101011 | 11 | 100 | 100110000 | 1010100 | 1001011 |
Color Harmonies of #F58BEE
Complementary color
Monochromatic Colors of #F58BEE
Black with #F58BEE
Text Example
Text Example
White with #F58BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BEE; }
p { color: rgb(245,139,238); }
H1.HeaderClassName
{
color: #F58BEE;
}
.AnyTagClassName
{
color: #F58BEE;
}
</style>
background-color css
<style>
a { background-color: #F58BEE; }
a { background-color: rgb(245,139,238); }
div.DivClassName
{
background-color: #F58BEE;
}
.BgClassName
{
background-color: #F58BEE;
}
</style>
border-color css
<style>
span { border-color: #F58BEE; }
span { border-color: rgb(245,139,238); }
td.TdClassName
{
border-color: #F58BEE;
}
.TagClassName
{
border-color: #F58BEE;
}
</style>