Html Css Color HEX #F1A2FA Mauve

📋 copy color: '#F1A2FA'

red 241 ◦ green 162 ◦ blue 250

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

Shades of Mauve #F1A2FA

Tints of Mauve #F1A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 36.91%
G = 24.81%
B = 38.28%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1A2FA (or 0xF1A2FA) is known color: Mauve. HEX triplet: F1, A2 and FA. RGB value is (241,162,250). Sum of RGB (Red+Green+Blue) = 241+162+250=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A2FA is #0E5D05. Grayscale: #C3C3C3. Windows color (decimal): -941318 or 16425713. OLE color: 16425713.

HSL color Cylindrical-coordinate representation of color #F1A2FA: hue angle of 293.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A2FA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 162 250 -
CMYK 0.04 0.35 0 0.02
HSL 293.86º 0.9% 0.81% -
HSV(B) 293.86º 0.35% 0.98% -
XYZ 66.45 51.44 96.87 -
YUV 195.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 241 162 250 0.04 0.35 0 0.02 293.86 0.9 0.81
Hex F1 A2 FA 4 23 0 2 126 5A 51
Octal 361 242 372 4 43 0 2 446 132 121
Binary 11110001 10100010 11111010 100 100011 0 10 100100110 1011010 1010001

Color Harmonies of #F1A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A2FA

Black with #F1A2FA

Text Example


Text Example

White with #F1A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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