Shades of Violet #F6A0FE
Tints of Violet #F6A0FE
RGB
CMYK
RGB Variations
Color information
#F6A0FE (or 0xF6A0FE) is known color: Violet. HEX triplet: F6, A0 and FE. RGB value is (246,160,254). Sum of RGB (Red+Green+Blue) = 246+160+254=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 160 (62.89% from 255 or 24.24% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A0FE is #095F01. Grayscale: #C4C4C4. Windows color (decimal): -614146 or 16687350. OLE color: 16687350.
HSL color Cylindrical-coordinate representation of color #F6A0FE: hue angle of 294.89º 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 #F6A0FE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 160 | 254 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.00 |
| HSL | 294.89º | 0.98% | 0.81% | - |
| HSV(B) | 294.89º | 0.37% | 1% | - |
| XYZ | 68.47 | 51.89 | 100.17 | - |
| YUV | 196.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 254 | 0.03 | 0.37 | 0 | 0.00 | 294.89 | 0.98 | 0.81 |
| Hex | F6 | A0 | FE | 3 | 25 | 0 | 0 | 127 | 62 | 51 |
| Octal | 366 | 240 | 376 | 3 | 45 | 0 | 0 | 447 | 142 | 121 |
| Binary | 11110110 | 10100000 | 11111110 | 11 | 100101 | 0 | 0 | 100100111 | 1100010 | 1010001 |
Color Harmonies of #F6A0FE
Complementary color
Monochromatic Colors of #F6A0FE
Black with #F6A0FE
Text Example
Text Example
White with #F6A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0FE; }
p { color: rgb(246,160,254); }
H1.HeaderClassName
{
color: #F6A0FE;
}
.AnyTagClassName
{
color: #F6A0FE;
}
</style>
background-color css
<style>
a { background-color: #F6A0FE; }
a { background-color: rgb(246,160,254); }
div.DivClassName
{
background-color: #F6A0FE;
}
.BgClassName
{
background-color: #F6A0FE;
}
</style>
border-color css
<style>
span { border-color: #F6A0FE; }
span { border-color: rgb(246,160,254); }
td.TdClassName
{
border-color: #F6A0FE;
}
.TagClassName
{
border-color: #F6A0FE;
}
</style>