Html Css Color HEX #F1A0FF Mauve

📋 copy color: '#F1A0FF'

red 241 ◦ green 160 ◦ blue 255

#F1A0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #F1A0FF

Tints of Mauve #F1A0FF

RGB

 RED value IS 241 (94.53% from 255) = 36.74%

 GREEN value IS 160 (62.89% from 255) = 24.39%

 BLUE value IS 255 (100% from 255) = 38.87%

R = 36.74%
G = 24.39%
B = 38.87%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1A0FF (or 0xF1A0FF) is known color: Mauve. HEX triplet: F1, A0 and FF. RGB value is (241,160,255). Sum of RGB (Red+Green+Blue) = 241+160+255=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 160 (62.89% from 255 or 24.39% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1A0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A0FF is #0E5F00. Grayscale: #C2C2C2. Windows color (decimal): -941825 or 16752881. OLE color: 16752881.

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

Color convert

RGB 241 160 255 -
CMYK 0.05 0.37 0 0
HSL 291.16º 1% 0.81% -
HSV(B) 291.16º 0.37% 1% -
XYZ 66.9 51.06 100.94 -
YUV 195.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 241 160 255 0.05 0.37 0 0 291.16 1 0.81
Hex F1 A0 FF 5 25 0 0 123 64 51
Octal 361 240 377 5 45 0 0 443 144 121
Binary 11110001 10100000 11111111 101 100101 0 0 100100011 1100100 1010001

Color Harmonies of #F1A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A0FF

Black with #F1A0FF

Text Example


Text Example

White with #F1A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A0FF; }

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

 H1.HeaderClassName
 {
   color: #F1A0FF;
 }
 .AnyTagClassName
 {
   color: #F1A0FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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