#F1A9FD

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

Shades of Mauve #F1A9FD

Tints of Mauve #F1A9FD

Color information

#F1A9FD (or 0xF1A9FD) is unknown color: approx Mauve. HEX triplet: F1, A9 and FD. RGB value is (241,169,253). Sum of RGB (Red+Green+Blue) = 241+169+253=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 169 (66.41% from 255 or 25.49% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1A9FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A9FD is #0E5602. Grayscale: #C7C7C7. Windows color (decimal): -939523 or 16624113. OLE color: 16624113.

HSL color Cylindrical-coordinate representation of color #F1A9FD: hue angle of 291.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A9FD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241169253-
CMYK0.050.3300.01
HSL291.43º95.45%82.75%-
HSV(B)291.43º33.2%99.22%-
XYZ68.1954.1799.79-
YUV200.1157.85157.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 169 (66.41% from 255) = 25.49%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=36.35%
G=25.49%
B=38.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411692530.050.3300.01291.4395.4582.75
HexF1A9FD521011235f53
Octal36125137554101443137123
Binary1111000110101001111111011011000010110010001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A9FD; }

 p { color: rgb(241,169,253); }

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

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

 a { background-color: rgb(241,169,253); }

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

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

 span { border-color: rgb(241,169,253); }

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