Shades of Violet #F58CFE
Tints of Violet #F58CFE
RGB
CMYK
RGB Variations
Color information
#F58CFE (or 0xF58CFE) is known color: Violet. HEX triplet: F5, 8C and FE. RGB value is (245,140,254). Sum of RGB (Red+Green+Blue) = 245+140+254=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 140 (55.08% from 255 or 21.91% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #F58CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFE is #0A7301. Grayscale: #B8B8B8. Windows color (decimal): -684802 or 16682229. OLE color: 16682229.
HSL color Cylindrical-coordinate representation of color #F58CFE: hue angle of 295.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58CFE is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 140 | 254 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.00 |
| HSL | 295.26º | 0.98% | 0.77% | - |
| HSV(B) | 295.26º | 0.45% | 1% | - |
| XYZ | 64.92 | 45.32 | 99.09 | - |
| YUV | 184.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 254 | 0.04 | 0.45 | 0 | 0.00 | 295.26 | 0.98 | 0.77 |
| Hex | F5 | 8C | FE | 4 | 2D | 0 | 0 | 127 | 62 | 4D |
| Octal | 365 | 214 | 376 | 4 | 55 | 0 | 0 | 447 | 142 | 115 |
| Binary | 11110101 | 10001100 | 11111110 | 100 | 101101 | 0 | 0 | 100100111 | 1100010 | 1001101 |
Color Harmonies of #F58CFE
Complementary color
Monochromatic Colors of #F58CFE
Black with #F58CFE
Text Example
Text Example
White with #F58CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CFE; }
p { color: rgb(245,140,254); }
H1.HeaderClassName
{
color: #F58CFE;
}
.AnyTagClassName
{
color: #F58CFE;
}
</style>
background-color css
<style>
a { background-color: #F58CFE; }
a { background-color: rgb(245,140,254); }
div.DivClassName
{
background-color: #F58CFE;
}
.BgClassName
{
background-color: #F58CFE;
}
</style>
border-color css
<style>
span { border-color: #F58CFE; }
span { border-color: rgb(245,140,254); }
td.TdClassName
{
border-color: #F58CFE;
}
.TagClassName
{
border-color: #F58CFE;
}
</style>