Html Css Color HEX #F2A3FF Mauve

📋 copy color: '#F2A3FF'

red 242 ◦ green 163 ◦ blue 255

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

Shades of Mauve #F2A3FF

Tints of Mauve #F2A3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.64%

R = 36.67%
G = 24.7%
B = 38.64%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2A3FF (or 0xF2A3FF) is known color: Mauve. HEX triplet: F2, A3 and FF. RGB value is (242,163,255). Sum of RGB (Red+Green+Blue) = 242+163+255=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 163 (64.06% from 255 or 24.70% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2A3FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A3FF is #0D5C00. Grayscale: #C4C4C4. Windows color (decimal): -875521 or 16753650. OLE color: 16753650.

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

Color convert

RGB 242 163 255 -
CMYK 0.05 0.36 0 0
HSL 291.52º 1% 0.82% -
HSV(B) 291.52º 0.36% 1% -
XYZ 67.77 52.29 101.13 -
YUV 197.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 242 163 255 0.05 0.36 0 0 291.52 1 0.82
Hex F2 A3 FF 5 24 0 0 124 64 52
Octal 362 243 377 5 44 0 0 444 144 122
Binary 11110010 10100011 11111111 101 100100 0 0 100100100 1100100 1010010

Color Harmonies of #F2A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A3FF

Black with #F2A3FF

Text Example


Text Example

White with #F2A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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