Shades of Violet #F5A0FE
Tints of Violet #F5A0FE
RGB
CMYK
RGB Variations
Color information
#F5A0FE (or 0xF5A0FE) is known color: Violet. HEX triplet: F5, A0 and FE. RGB value is (245,160,254). Sum of RGB (Red+Green+Blue) = 245+160+254=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 160 (62.89% from 255 or 24.28% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A0FE is #0A5F01. Grayscale: #C3C3C3. Windows color (decimal): -679682 or 16687349. OLE color: 16687349.
HSL color Cylindrical-coordinate representation of color #F5A0FE: hue angle of 294.26º 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 #F5A0FE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 160 | 254 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.00 |
| HSL | 294.26º | 0.98% | 0.81% | - |
| HSV(B) | 294.26º | 0.37% | 1% | - |
| XYZ | 68.12 | 51.71 | 100.16 | - |
| YUV | 196.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 254 | 0.04 | 0.37 | 0 | 0.00 | 294.26 | 0.98 | 0.81 |
| Hex | F5 | A0 | FE | 4 | 25 | 0 | 0 | 126 | 62 | 51 |
| Octal | 365 | 240 | 376 | 4 | 45 | 0 | 0 | 446 | 142 | 121 |
| Binary | 11110101 | 10100000 | 11111110 | 100 | 100101 | 0 | 0 | 100100110 | 1100010 | 1010001 |
Color Harmonies of #F5A0FE
Complementary color
Monochromatic Colors of #F5A0FE
Black with #F5A0FE
Text Example
Text Example
White with #F5A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0FE; }
p { color: rgb(245,160,254); }
H1.HeaderClassName
{
color: #F5A0FE;
}
.AnyTagClassName
{
color: #F5A0FE;
}
</style>
background-color css
<style>
a { background-color: #F5A0FE; }
a { background-color: rgb(245,160,254); }
div.DivClassName
{
background-color: #F5A0FE;
}
.BgClassName
{
background-color: #F5A0FE;
}
</style>
border-color css
<style>
span { border-color: #F5A0FE; }
span { border-color: rgb(245,160,254); }
td.TdClassName
{
border-color: #F5A0FE;
}
.TagClassName
{
border-color: #F5A0FE;
}
</style>