#F4A2FA

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

Shades of Violet #F4A2FA

Tints of Violet #F4A2FA

Color information

#F4A2FA (or 0xF4A2FA) is unknown color: approx Violet. HEX triplet: F4, A2 and FA. RGB value is (244,162,250). Sum of RGB (Red+Green+Blue) = 244+162+250=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 162 (63.67% from 255 or 24.70% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A2FA is #0B5D05. Grayscale: #C4C4C4. Windows color (decimal): -744710 or 16425716. OLE color: 16425716.

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

Color convert

RGB244162250-
CMYK0.020.3500.02
HSL295.91º89.8%80.78%-
HSV(B)295.91º35.2%98.04%-
XYZ67.4851.9896.92-
YUV196.55158.17161.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.20%
GREEN value IS 162 (63.67% from 255) = 24.70%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=37.20%
G=24.70%
B=38.11%

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
Decimal2441622500.020.3500.02295.9189.880.78
HexF4A2FA223021285a51
Octal36424237224302450132121
Binary1111010010100010111110101010001101010010100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A2FA; }

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

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

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

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

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

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

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

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