#F3A0FE

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

Shades of Mauve #F3A0FE

Tints of Mauve #F3A0FE

Color information

#F3A0FE (or 0xF3A0FE) is unknown color: approx Mauve. HEX triplet: F3, A0 and FE. RGB value is (243,160,254). Sum of RGB (Red+Green+Blue) = 243+160+254=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 160 (62.89% from 255 or 24.35% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A0FE is #0C5F01. Grayscale: #C3C3C3. Windows color (decimal): -810754 or 16687347. OLE color: 16687347.

HSL color Cylindrical-coordinate representation of color #F3A0FE: hue angle of 292.98º 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 #F3A0FE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243160254-
CMYK0.040.3700.00
HSL292.98º97.92%81.18%-
HSV(B)292.98º37.01%99.61%-
XYZ67.4251.35100.12-
YUV195.53161161.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 160 (62.89% from 255) = 24.35%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=36.99%
G=24.35%
B=38.66%

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
Decimal2431602540.040.3700.00292.9897.9281.18
HexF3A0FE425001256251
Octal36324037644500445142121
Binary1111001110100000111111101001001010010010010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A0FE; }

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

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

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

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

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

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

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

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