Html Css Color HEX #F2A3FC Mauve

📋 copy color: '#F2A3FC'

red 242 ◦ green 163 ◦ blue 252

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

Shades of Mauve #F2A3FC

Tints of Mauve #F2A3FC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 24.81%

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

R = 36.83%
G = 24.81%
B = 38.36%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2A3FC (or 0xF2A3FC) is known color: Mauve. HEX triplet: F2, A3 and FC. RGB value is (242,163,252). Sum of RGB (Red+Green+Blue) = 242+163+252=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 163 (64.06% from 255 or 24.81% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2A3FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A3FC is #0D5C03. Grayscale: #C4C4C4. Windows color (decimal): -875524 or 16557042. OLE color: 16557042.

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

Color convert

RGB 242 163 252 -
CMYK 0.04 0.35 0 0.01
HSL 293.26º 0.94% 0.81% -
HSV(B) 293.26º 0.35% 0.99% -
XYZ 67.29 52.1 98.61 -
YUV 196.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 242 163 252 0.04 0.35 0 0.01 293.26 0.94 0.81
Hex F2 A3 FC 4 23 0 1 125 5E 51
Octal 362 243 374 4 43 0 1 445 136 121
Binary 11110010 10100011 11111100 100 100011 0 1 100100101 1011110 1010001

Color Harmonies of #F2A3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A3FC

Black with #F2A3FC

Text Example


Text Example

White with #F2A3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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