Html Css Color HEX #F3A2FF Mauve

📋 copy color: '#F3A2FF'

red 243 ◦ green 162 ◦ blue 255

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

Shades of Mauve #F3A2FF

Tints of Mauve #F3A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.55%

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

R = 36.82%
G = 24.55%
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

#F3A2FF (or 0xF3A2FF) is known color: Mauve. HEX triplet: F3, A2 and FF. RGB value is (243,162,255). Sum of RGB (Red+Green+Blue) = 243+162+255=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 162 (63.67% from 255 or 24.55% 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 #F3A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A2FF is #0C5D00. Grayscale: #C4C4C4. Windows color (decimal): -810241 or 16753395. OLE color: 16753395.

HSL color Cylindrical-coordinate representation of color #F3A2FF: hue angle of 292.26º 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 #F3A2FF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 162 255 -
CMYK 0.05 0.36 0 0
HSL 292.26º 1% 0.82% -
HSV(B) 292.26º 0.36% 1% -
XYZ 67.93 52.12 101.09 -
YUV 196.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 243 162 255 0.05 0.36 0 0 292.26 1 0.82
Hex F3 A2 FF 5 24 0 0 124 64 52
Octal 363 242 377 5 44 0 0 444 144 122
Binary 11110011 10100010 11111111 101 100100 0 0 100100100 1100100 1010010

Color Harmonies of #F3A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A2FF

Black with #F3A2FF

Text Example


Text Example

White with #F3A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A2FF; }

 p { color: rgb(243,162,255); }

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

background-color css

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

 a { background-color: rgb(243,162,255); }

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

border-color css

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

 span { border-color: rgb(243,162,255); }

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