Html Css Color HEX #F1A2FF Mauve

📋 copy color: '#F1A2FF'

red 241 ◦ green 162 ◦ blue 255

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

Shades of Mauve #F1A2FF

Tints of Mauve #F1A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.62%

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

R = 36.63%
G = 24.62%
B = 38.75%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1A2FF (or 0xF1A2FF) is known color: Mauve. HEX triplet: F1, A2 and FF. RGB value is (241,162,255). Sum of RGB (Red+Green+Blue) = 241+162+255=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 162 (63.67% from 255 or 24.62% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A2FF is #0E5D00. Grayscale: #C3C3C3. Windows color (decimal): -941313 or 16753393. OLE color: 16753393.

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

Color convert

RGB 241 162 255 -
CMYK 0.05 0.36 0 0
HSL 290.97º 1% 0.82% -
HSV(B) 290.97º 0.36% 1% -
XYZ 67.25 51.76 101.05 -
YUV 196.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 241 162 255 0.05 0.36 0 0 290.97 1 0.82
Hex F1 A2 FF 5 24 0 0 123 64 52
Octal 361 242 377 5 44 0 0 443 144 122
Binary 11110001 10100010 11111111 101 100100 0 0 100100011 1100100 1010010

Color Harmonies of #F1A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A2FF

Black with #F1A2FF

Text Example


Text Example

White with #F1A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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