Html Css Color HEX #F2A1FC Mauve

📋 copy color: '#F2A1FC'

red 242 ◦ green 161 ◦ blue 252

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

Shades of Mauve #F2A1FC

Tints of Mauve #F2A1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.47%

R = 36.95%
G = 24.58%
B = 38.47%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2A1FC (or 0xF2A1FC) is known color: Mauve. HEX triplet: F2, A1 and FC. RGB value is (242,161,252). Sum of RGB (Red+Green+Blue) = 242+161+252=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 161 (63.28% from 255 or 24.58% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2A1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1FC is #0D5E03. Grayscale: #C3C3C3. Windows color (decimal): -876036 or 16556530. OLE color: 16556530.

HSL color Cylindrical-coordinate representation of color #F2A1FC: hue angle of 293.41º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A1FC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 161 252 -
CMYK 0.04 0.36 0 0.01
HSL 293.41º 0.94% 0.81% -
HSV(B) 293.41º 0.36% 0.99% -
XYZ 66.93 51.4 98.49 -
YUV 195.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 242 161 252 0.04 0.36 0 0.01 293.41 0.94 0.81
Hex F2 A1 FC 4 24 0 1 125 5E 51
Octal 362 241 374 4 44 0 1 445 136 121
Binary 11110010 10100001 11111100 100 100100 0 1 100100101 1011110 1010001

Color Harmonies of #F2A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A1FC

Black with #F2A1FC

Text Example


Text Example

White with #F2A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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