#F2A1FA

Color #F2A1FA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F2A1FA

Tints of Violet #F2A1FA

Color information

#F2A1FA (or 0xF2A1FA) is unknown color: approx 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

RGB242161250-
CMYK0.030.3600.02
HSL294.61º89.9%80.59%-
HSV(B)294.61º35.6%98.04%-
XYZ66.6251.2796.83-
YUV195.36158.84161.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 37.06%
GREEN value IS 161 (63.28% from 255) = 24.66%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=37.06%
G=24.66%
B=38.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421612500.030.3600.02294.6189.980.59
HexF2A1FA324021275a51
Octal36224137234402447132121
Binary1111001010100001111110101110010001010010011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>