#F1A0FE

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

Shades of Mauve #F1A0FE

Tints of Mauve #F1A0FE

Color information

#F1A0FE (or 0xF1A0FE) is unknown color: approx Mauve. HEX triplet: F1, A0 and FE. RGB value is (241,160,254). Sum of RGB (Red+Green+Blue) = 241+160+254=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 160 (62.89% from 255 or 24.43% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A0FE is #0E5F01. Grayscale: #C2C2C2. Windows color (decimal): -941826 or 16687345. OLE color: 16687345.

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

Color convert

RGB241160254-
CMYK0.050.3700.00
HSL291.7º97.92%81.18%-
HSV(B)291.7º37.01%99.61%-
XYZ66.7451100.09-
YUV194.93161.34160.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 160 (62.89% from 255) = 24.43%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=36.79%
G=24.43%
B=38.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411602540.050.3700.00291.797.9281.18
HexF1A0FE525001246251
Octal36124037654500444142121
Binary1111000110100000111111101011001010010010010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0FE; }

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

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

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

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

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

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

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

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