Html Css Color HEX #F2A1FE Mauve

📋 copy color: '#F2A1FE'

red 242 ◦ green 161 ◦ blue 254

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

Shades of Mauve #F2A1FE

Tints of Mauve #F2A1FE

RGB

 RED value IS 242 (94.92% from 255) = 36.83%

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

 BLUE value IS 254 (99.61% from 255) = 38.66%

R = 36.83%
G = 24.51%
B = 38.66%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2A1FE (or 0xF2A1FE) is known color: Mauve. HEX triplet: F2, A1 and FE. RGB value is (242,161,254). Sum of RGB (Red+Green+Blue) = 242+161+254=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 161 (63.28% from 255 or 24.51% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1FE is #0D5E01. Grayscale: #C3C3C3. Windows color (decimal): -876034 or 16687602. OLE color: 16687602.

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

Color convert

RGB 242 161 254 -
CMYK 0.05 0.37 0 0.00
HSL 292.26º 0.98% 0.81% -
HSV(B) 292.26º 0.37% 1% -
XYZ 67.25 51.52 100.17 -
YUV 195.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 242 161 254 0.05 0.37 0 0.00 292.26 0.98 0.81
Hex F2 A1 FE 5 25 0 0 124 62 51
Octal 362 241 376 5 45 0 0 444 142 121
Binary 11110010 10100001 11111110 101 100101 0 0 100100100 1100010 1010001

Color Harmonies of #F2A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A1FE

Black with #F2A1FE

Text Example


Text Example

White with #F2A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A1FE; }

 p { color: rgb(242,161,254); }

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

background-color css

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

 a { background-color: rgb(242,161,254); }

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

border-color css

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

 span { border-color: rgb(242,161,254); }

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