Shades of Violet #F59AFE
Tints of Violet #F59AFE
RGB
CMYK
RGB Variations
Color information
#F59AFE (or 0xF59AFE) is known color: Violet. HEX triplet: F5, 9A and FE. RGB value is (245,154,254). Sum of RGB (Red+Green+Blue) = 245+154+254=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 154 (60.55% from 255 or 23.58% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F59AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59AFE is #0A6501. Grayscale: #C0C0C0. Windows color (decimal): -681218 or 16685813. OLE color: 16685813.
HSL color Cylindrical-coordinate representation of color #F59AFE: hue angle of 294.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F59AFE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 154 | 254 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.00 |
| HSL | 294.6º | 0.98% | 0.8% | - |
| HSV(B) | 294.6º | 0.39% | 1% | - |
| XYZ | 67.1 | 49.68 | 99.82 | - |
| YUV | 192.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 254 | 0.04 | 0.39 | 0 | 0.00 | 294.6 | 0.98 | 0.8 |
| Hex | F5 | 9A | FE | 4 | 27 | 0 | 0 | 127 | 62 | 50 |
| Octal | 365 | 232 | 376 | 4 | 47 | 0 | 0 | 447 | 142 | 120 |
| Binary | 11110101 | 10011010 | 11111110 | 100 | 100111 | 0 | 0 | 100100111 | 1100010 | 1010000 |
Color Harmonies of #F59AFE
Complementary color
Monochromatic Colors of #F59AFE
Black with #F59AFE
Text Example
Text Example
White with #F59AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59AFE; }
p { color: rgb(245,154,254); }
H1.HeaderClassName
{
color: #F59AFE;
}
.AnyTagClassName
{
color: #F59AFE;
}
</style>
background-color css
<style>
a { background-color: #F59AFE; }
a { background-color: rgb(245,154,254); }
div.DivClassName
{
background-color: #F59AFE;
}
.BgClassName
{
background-color: #F59AFE;
}
</style>
border-color css
<style>
span { border-color: #F59AFE; }
span { border-color: rgb(245,154,254); }
td.TdClassName
{
border-color: #F59AFE;
}
.TagClassName
{
border-color: #F59AFE;
}
</style>