Shades of Violet #F3A2FA
Tints of Violet #F3A2FA
RGB
CMYK
RGB Variations
Color information
#F3A2FA (or 0xF3A2FA) is known color: Violet. HEX triplet: F3, A2 and FA. RGB value is (243,162,250). Sum of RGB (Red+Green+Blue) = 243+162+250=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 162 (63.67% from 255 or 24.73% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A2FA is #0C5D05. Grayscale: #C3C3C3. Windows color (decimal): -810246 or 16425715. OLE color: 16425715.
HSL color Cylindrical-coordinate representation of color #F3A2FA: hue angle of 295.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3A2FA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 162 | 250 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.02 |
| HSL | 295.23º | 0.9% | 0.81% | - |
| HSV(B) | 295.23º | 0.35% | 0.98% | - |
| XYZ | 67.14 | 51.8 | 96.9 | - |
| YUV | 196.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 250 | 0.03 | 0.35 | 0 | 0.02 | 295.23 | 0.9 | 0.81 |
| Hex | F3 | A2 | FA | 3 | 23 | 0 | 2 | 127 | 5A | 51 |
| Octal | 363 | 242 | 372 | 3 | 43 | 0 | 2 | 447 | 132 | 121 |
| Binary | 11110011 | 10100010 | 11111010 | 11 | 100011 | 0 | 10 | 100100111 | 1011010 | 1010001 |
Color Harmonies of #F3A2FA
Complementary color
Monochromatic Colors of #F3A2FA
Black with #F3A2FA
Text Example
Text Example
White with #F3A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A2FA; }
p { color: rgb(243,162,250); }
H1.HeaderClassName
{
color: #F3A2FA;
}
.AnyTagClassName
{
color: #F3A2FA;
}
</style>
background-color css
<style>
a { background-color: #F3A2FA; }
a { background-color: rgb(243,162,250); }
div.DivClassName
{
background-color: #F3A2FA;
}
.BgClassName
{
background-color: #F3A2FA;
}
</style>
border-color css
<style>
span { border-color: #F3A2FA; }
span { border-color: rgb(243,162,250); }
td.TdClassName
{
border-color: #F3A2FA;
}
.TagClassName
{
border-color: #F3A2FA;
}
</style>