Shades of Violet #F6A0FF
Tints of Violet #F6A0FF
RGB
CMYK
RGB Variations
Color information
#F6A0FF (or 0xF6A0FF) is known color: Violet. HEX triplet: F6, A0 and FF. RGB value is (246,160,255). Sum of RGB (Red+Green+Blue) = 246+160+255=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 160 (62.89% from 255 or 24.21% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6A0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A0FF is #095F00. Grayscale: #C4C4C4. Windows color (decimal): -614145 or 16752886. OLE color: 16752886.
HSL color Cylindrical-coordinate representation of color #F6A0FF: hue angle of 294.32º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A0FF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 160 | 255 | - |
| CMYK | 0.04 | 0.37 | 0 | 0 |
| HSL | 294.32º | 1% | 0.81% | - |
| HSV(B) | 294.32º | 0.37% | 1% | - |
| XYZ | 68.63 | 51.95 | 101.02 | - |
| YUV | 196.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 255 | 0.04 | 0.37 | 0 | 0 | 294.32 | 1 | 0.81 |
| Hex | F6 | A0 | FF | 4 | 25 | 0 | 0 | 126 | 64 | 51 |
| Octal | 366 | 240 | 377 | 4 | 45 | 0 | 0 | 446 | 144 | 121 |
| Binary | 11110110 | 10100000 | 11111111 | 100 | 100101 | 0 | 0 | 100100110 | 1100100 | 1010001 |
Color Harmonies of #F6A0FF
Complementary color
Monochromatic Colors of #F6A0FF
Black with #F6A0FF
Text Example
Text Example
White with #F6A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0FF; }
p { color: rgb(246,160,255); }
H1.HeaderClassName
{
color: #F6A0FF;
}
.AnyTagClassName
{
color: #F6A0FF;
}
</style>
background-color css
<style>
a { background-color: #F6A0FF; }
a { background-color: rgb(246,160,255); }
div.DivClassName
{
background-color: #F6A0FF;
}
.BgClassName
{
background-color: #F6A0FF;
}
</style>
border-color css
<style>
span { border-color: #F6A0FF; }
span { border-color: rgb(246,160,255); }
td.TdClassName
{
border-color: #F6A0FF;
}
.TagClassName
{
border-color: #F6A0FF;
}
</style>