Shades of Violet #F1A0F7
Tints of Violet #F1A0F7
RGB
CMYK
RGB Variations
Color information
#F1A0F7 (or 0xF1A0F7) is known color: Violet. HEX triplet: F1, A0 and F7. RGB value is (241,160,247). Sum of RGB (Red+Green+Blue) = 241+160+247=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 160 (62.89% from 255 or 24.69% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1A0F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A0F7 is #0E5F08. Grayscale: #C1C1C1. Windows color (decimal): -941833 or 16228593. OLE color: 16228593.
HSL color Cylindrical-coordinate representation of color #F1A0F7: hue angle of 295.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A0F7 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 160 | 247 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.03 |
| HSL | 295.86º | 0.84% | 0.8% | - |
| HSV(B) | 295.86º | 0.35% | 0.97% | - |
| XYZ | 65.63 | 50.56 | 94.29 | - |
| YUV | 194.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 247 | 0.02 | 0.35 | 0 | 0.03 | 295.86 | 0.84 | 0.8 |
| Hex | F1 | A0 | F7 | 2 | 23 | 0 | 3 | 128 | 54 | 50 |
| Octal | 361 | 240 | 367 | 2 | 43 | 0 | 3 | 450 | 124 | 120 |
| Binary | 11110001 | 10100000 | 11110111 | 10 | 100011 | 0 | 11 | 100101000 | 1010100 | 1010000 |
Color Harmonies of #F1A0F7
Complementary color
Monochromatic Colors of #F1A0F7
Black with #F1A0F7
Text Example
Text Example
White with #F1A0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A0F7; }
p { color: rgb(241,160,247); }
H1.HeaderClassName
{
color: #F1A0F7;
}
.AnyTagClassName
{
color: #F1A0F7;
}
</style>
background-color css
<style>
a { background-color: #F1A0F7; }
a { background-color: rgb(241,160,247); }
div.DivClassName
{
background-color: #F1A0F7;
}
.BgClassName
{
background-color: #F1A0F7;
}
</style>
border-color css
<style>
span { border-color: #F1A0F7; }
span { border-color: rgb(241,160,247); }
td.TdClassName
{
border-color: #F1A0F7;
}
.TagClassName
{
border-color: #F1A0F7;
}
</style>