Html Css Color HEX #F0A1FF Mauve

📋 copy color: '#F0A1FF'

red 240 ◦ green 161 ◦ blue 255

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

Shades of Mauve #F0A1FF

Tints of Mauve #F0A1FF

RGB

 RED value IS 240 (94.14% from 255) = 36.59%

 GREEN value IS 161 (63.28% from 255) = 24.54%

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

R = 36.59%
G = 24.54%
B = 38.87%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0A1FF (or 0xF0A1FF) is known color: Mauve. HEX triplet: F0, A1 and FF. RGB value is (240,161,255). Sum of RGB (Red+Green+Blue) = 240+161+255=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 161 (63.28% from 255 or 24.54% 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 #F0A1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A1FF is #0F5E00. Grayscale: #C3C3C3. Windows color (decimal): -1007105 or 16753136. OLE color: 16753136.

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

Color convert

RGB 240 161 255 -
CMYK 0.06 0.37 0 0
HSL 290.43º 1% 0.82% -
HSV(B) 290.43º 0.37% 1% -
XYZ 66.73 51.24 100.98 -
YUV 195.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 240 161 255 0.06 0.37 0 0 290.43 1 0.82
Hex F0 A1 FF 6 25 0 0 122 64 52
Octal 360 241 377 6 45 0 0 442 144 122
Binary 11110000 10100001 11111111 110 100101 0 0 100100010 1100100 1010010

Color Harmonies of #F0A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A1FF

Black with #F0A1FF

Text Example


Text Example

White with #F0A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A1FF; }

 p { color: rgb(240,161,255); }

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

background-color css

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

 a { background-color: rgb(240,161,255); }

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

border-color css

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

 span { border-color: rgb(240,161,255); }

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