#F5A0FE

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

Shades of Violet #F5A0FE

Tints of Violet #F5A0FE

Color information

#F5A0FE (or 0xF5A0FE) is unknown color: approx Violet. HEX triplet: F5, A0 and FE. RGB value is (245,160,254). Sum of RGB (Red+Green+Blue) = 245+160+254=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 160 (62.89% from 255 or 24.28% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A0FE is #0A5F01. Grayscale: #C3C3C3. Windows color (decimal): -679682 or 16687349. OLE color: 16687349.

HSL color Cylindrical-coordinate representation of color #F5A0FE: hue angle of 294.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5A0FE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245160254-
CMYK0.040.3700.00
HSL294.26º97.92%81.18%-
HSV(B)294.26º37.01%99.61%-
XYZ68.1251.71100.16-
YUV196.13160.66162.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 160 (62.89% from 255) = 24.28%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=37.18%
G=24.28%
B=38.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451602540.040.3700.00294.2697.9281.18
HexF5A0FE425001266251
Octal36524037644500446142121
Binary1111010110100000111111101001001010010010011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A0FE; }

 p { color: rgb(245,160,254); }

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

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

 a { background-color: rgb(245,160,254); }

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

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

 span { border-color: rgb(245,160,254); }

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