Html Css Color HEX #F3A1FE Mauve

📋 copy color: '#F3A1FE'

red 243 ◦ green 161 ◦ blue 254

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

Shades of Mauve #F3A1FE

Tints of Mauve #F3A1FE

RGB

 RED value IS 243 (95.31% from 255) = 36.93%

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

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

R = 36.93%
G = 24.47%
B = 38.6%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F3A1FE (or 0xF3A1FE) is known color: Mauve. HEX triplet: F3, A1 and FE. RGB value is (243,161,254). Sum of RGB (Red+Green+Blue) = 243+161+254=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 161 (63.28% from 255 or 24.47% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A1FE is #0C5E01. Grayscale: #C3C3C3. Windows color (decimal): -810498 or 16687603. OLE color: 16687603.

HSL color Cylindrical-coordinate representation of color #F3A1FE: hue angle of 292.9º 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 #F3A1FE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 161 254 -
CMYK 0.04 0.37 0 0.00
HSL 292.9º 0.98% 0.81% -
HSV(B) 292.9º 0.37% 1% -
XYZ 67.6 51.7 100.18 -
YUV 196.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 243 161 254 0.04 0.37 0 0.00 292.9 0.98 0.81
Hex F3 A1 FE 4 25 0 0 125 62 51
Octal 363 241 376 4 45 0 0 445 142 121
Binary 11110011 10100001 11111110 100 100101 0 0 100100101 1100010 1010001

Color Harmonies of #F3A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A1FE

Black with #F3A1FE

Text Example


Text Example

White with #F3A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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