Shades of Violet #F58FEE
Tints of Violet #F58FEE
RGB
CMYK
RGB Variations
Color information
#F58FEE (or 0xF58FEE) is known color: Violet. HEX triplet: F5, 8F and EE. RGB value is (245,143,238). Sum of RGB (Red+Green+Blue) = 245+143+238=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 143 (56.25% from 255 or 22.84% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FEE is #0A7011. Grayscale: #B8B8B8. Windows color (decimal): -684050 or 15634421. OLE color: 15634421.
HSL color Cylindrical-coordinate representation of color #F58FEE: hue angle of 304.12º 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 #F58FEE is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 238 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.04 |
| HSL | 304.12º | 0.84% | 0.76% | - |
| HSV(B) | 304.12º | 0.42% | 0.96% | - |
| XYZ | 62.91 | 45.23 | 86.3 | - |
| YUV | 184.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 238 | 0 | 0.42 | 0.03 | 0.04 | 304.12 | 0.84 | 0.76 |
| Hex | F5 | 8F | EE | 0 | 2A | 3 | 4 | 130 | 54 | 4C |
| Octal | 365 | 217 | 356 | 0 | 52 | 3 | 4 | 460 | 124 | 114 |
| Binary | 11110101 | 10001111 | 11101110 | 0 | 101010 | 11 | 100 | 100110000 | 1010100 | 1001100 |
Color Harmonies of #F58FEE
Complementary color
Monochromatic Colors of #F58FEE
Black with #F58FEE
Text Example
Text Example
White with #F58FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FEE; }
p { color: rgb(245,143,238); }
H1.HeaderClassName
{
color: #F58FEE;
}
.AnyTagClassName
{
color: #F58FEE;
}
</style>
background-color css
<style>
a { background-color: #F58FEE; }
a { background-color: rgb(245,143,238); }
div.DivClassName
{
background-color: #F58FEE;
}
.BgClassName
{
background-color: #F58FEE;
}
</style>
border-color css
<style>
span { border-color: #F58FEE; }
span { border-color: rgb(245,143,238); }
td.TdClassName
{
border-color: #F58FEE;
}
.TagClassName
{
border-color: #F58FEE;
}
</style>