#F5A2FA

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

Shades of Violet #F5A2FA

Tints of Violet #F5A2FA

Color information

#F5A2FA (or 0xF5A2FA) is unknown color: approx Violet. HEX triplet: F5, A2 and FA. RGB value is (245,162,250). Sum of RGB (Red+Green+Blue) = 245+162+250=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 162 (63.67% from 255 or 24.66% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A2FA is #0A5D05. Grayscale: #C4C4C4. Windows color (decimal): -679174 or 16425717. OLE color: 16425717.

HSL color Cylindrical-coordinate representation of color #F5A2FA: hue angle of 296.59º 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 #F5A2FA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245162250-
CMYK0.020.3500.02
HSL296.59º89.8%80.78%-
HSV(B)296.59º35.2%98.04%-
XYZ67.8352.1696.93-
YUV196.85158162.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.29%
GREEN value IS 162 (63.67% from 255) = 24.66%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=37.29%
G=24.66%
B=38.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451622500.020.3500.02296.5989.880.78
HexF5A2FA223021295a51
Octal36524237224302451132121
Binary1111010110100010111110101010001101010010100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A2FA; }

 p { color: rgb(245,162,250); }

 H1.HeaderClassName
 {
   color: #F5A2FA;
 }
 .AnyTagClassName
 {
   color: #F5A2FA;
 }
</style>
background-color css

<style>
 a { background-color: #F5A2FA; }

 a { background-color: rgb(245,162,250); }

 div.DivClassName
 {
   background-color: #F5A2FA;
 }
 .BgClassName
 {
   background-color: #F5A2FA;
 }
</style>
border-color css

<style>
 span { border-color: #F5A2FA; }

 span { border-color: rgb(245,162,250); }

 td.TdClassName
 {
   border-color: #F5A2FA;
 }
 .TagClassName
 {
   border-color: #F5A2FA;
 }
</style>