Shades of Violet #F59FFE
Tints of Violet #F59FFE
RGB
CMYK
RGB Variations
Color information
#F59FFE (or 0xF59FFE) is known color: Violet. HEX triplet: F5, 9F and FE. RGB value is (245,159,254). Sum of RGB (Red+Green+Blue) = 245+159+254=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 159 (62.5% from 255 or 24.16% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #F59FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59FFE is #0A6001. Grayscale: #C3C3C3. Windows color (decimal): -679938 or 16687093. OLE color: 16687093.
HSL color Cylindrical-coordinate representation of color #F59FFE: hue angle of 294.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59FFE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 159 | 254 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.00 |
| HSL | 294.32º | 0.98% | 0.81% | - |
| HSV(B) | 294.32º | 0.37% | 1% | - |
| XYZ | 67.94 | 51.36 | 100.1 | - |
| YUV | 195.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 254 | 0.04 | 0.37 | 0 | 0.00 | 294.32 | 0.98 | 0.81 |
| Hex | F5 | 9F | FE | 4 | 25 | 0 | 0 | 126 | 62 | 51 |
| Octal | 365 | 237 | 376 | 4 | 45 | 0 | 0 | 446 | 142 | 121 |
| Binary | 11110101 | 10011111 | 11111110 | 100 | 100101 | 0 | 0 | 100100110 | 1100010 | 1010001 |
Color Harmonies of #F59FFE
Complementary color
Monochromatic Colors of #F59FFE
Black with #F59FFE
Text Example
Text Example
White with #F59FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FFE; }
p { color: rgb(245,159,254); }
H1.HeaderClassName
{
color: #F59FFE;
}
.AnyTagClassName
{
color: #F59FFE;
}
</style>
background-color css
<style>
a { background-color: #F59FFE; }
a { background-color: rgb(245,159,254); }
div.DivClassName
{
background-color: #F59FFE;
}
.BgClassName
{
background-color: #F59FFE;
}
</style>
border-color css
<style>
span { border-color: #F59FFE; }
span { border-color: rgb(245,159,254); }
td.TdClassName
{
border-color: #F59FFE;
}
.TagClassName
{
border-color: #F59FFE;
}
</style>