Shades of Violet #F2A1FA
Tints of Violet #F2A1FA
RGB
CMYK
RGB Variations
Color information
#F2A1FA (or 0xF2A1FA) is known color: Violet. HEX triplet: F2, A1 and FA. RGB value is (242,161,250). Sum of RGB (Red+Green+Blue) = 242+161+250=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2A1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1FA is #0D5E05. Grayscale: #C3C3C3. Windows color (decimal): -876038 or 16425458. OLE color: 16425458.
HSL color Cylindrical-coordinate representation of color #F2A1FA: hue angle of 294.61º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A1FA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 161 | 250 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.02 |
| HSL | 294.61º | 0.9% | 0.81% | - |
| HSV(B) | 294.61º | 0.36% | 0.98% | - |
| XYZ | 66.62 | 51.27 | 96.83 | - |
| YUV | 195.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 250 | 0.03 | 0.36 | 0 | 0.02 | 294.61 | 0.9 | 0.81 |
| Hex | F2 | A1 | FA | 3 | 24 | 0 | 2 | 127 | 5A | 51 |
| Octal | 362 | 241 | 372 | 3 | 44 | 0 | 2 | 447 | 132 | 121 |
| Binary | 11110010 | 10100001 | 11111010 | 11 | 100100 | 0 | 10 | 100100111 | 1011010 | 1010001 |
Color Harmonies of #F2A1FA
Complementary color
Monochromatic Colors of #F2A1FA
Black with #F2A1FA
Text Example
Text Example
White with #F2A1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1FA; }
p { color: rgb(242,161,250); }
H1.HeaderClassName
{
color: #F2A1FA;
}
.AnyTagClassName
{
color: #F2A1FA;
}
</style>
background-color css
<style>
a { background-color: #F2A1FA; }
a { background-color: rgb(242,161,250); }
div.DivClassName
{
background-color: #F2A1FA;
}
.BgClassName
{
background-color: #F2A1FA;
}
</style>
border-color css
<style>
span { border-color: #F2A1FA; }
span { border-color: rgb(242,161,250); }
td.TdClassName
{
border-color: #F2A1FA;
}
.TagClassName
{
border-color: #F2A1FA;
}
</style>