#F1A8F9

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

Shades of Mauve #F1A8F9

Tints of Mauve #F1A8F9

Color information

#F1A8F9 (or 0xF1A8F9) is unknown color: approx Mauve. HEX triplet: F1, A8 and F9. RGB value is (241,168,249). Sum of RGB (Red+Green+Blue) = 241+168+249=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 168 (66.02% from 255 or 25.53% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1A8F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A8F9 is #0E5706. Grayscale: #C6C6C6. Windows color (decimal): -939783 or 16361713. OLE color: 16361713.

HSL color Cylindrical-coordinate representation of color #F1A8F9: hue angle of 294.07º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A8F9 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241168249-
CMYK0.030.3300.02
HSL294.07º87.1%81.76%-
HSV(B)294.07º32.53%97.65%-
XYZ67.3853.5596.41-
YUV199.06156.18157.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 168 (66.02% from 255) = 25.53%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=36.63%
G=25.53%
B=37.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411682490.030.3300.02294.0787.181.76
HexF1A8F9321021265752
Octal36125037134102446127122
Binary1111000110101000111110011110000101010010011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A8F9; }

 p { color: rgb(241,168,249); }

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

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

 a { background-color: rgb(241,168,249); }

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

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

 span { border-color: rgb(241,168,249); }

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