Html Css Color HEX #F2A2FA Mauve

📋 copy color: '#F2A2FA'

red 242 ◦ green 162 ◦ blue 250

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

Shades of Mauve #F2A2FA

Tints of Mauve #F2A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.23%

R = 37%
G = 24.77%
B = 38.23%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2A2FA (or 0xF2A2FA) is known color: Mauve. HEX triplet: F2, A2 and FA. RGB value is (242,162,250). Sum of RGB (Red+Green+Blue) = 242+162+250=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 162 (63.67% from 255 or 24.77% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A2FA is #0D5D05. Grayscale: #C3C3C3. Windows color (decimal): -875782 or 16425714. OLE color: 16425714.

HSL color Cylindrical-coordinate representation of color #F2A2FA: hue angle of 294.55º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2A2FA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 162 250 -
CMYK 0.03 0.35 0 0.02
HSL 294.55º 0.9% 0.81% -
HSV(B) 294.55º 0.35% 0.98% -
XYZ 66.79 51.62 96.89 -
YUV 195.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 242 162 250 0.03 0.35 0 0.02 294.55 0.9 0.81
Hex F2 A2 FA 3 23 0 2 127 5A 51
Octal 362 242 372 3 43 0 2 447 132 121
Binary 11110010 10100010 11111010 11 100011 0 10 100100111 1011010 1010001

Color Harmonies of #F2A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A2FA

Black with #F2A2FA

Text Example


Text Example

White with #F2A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A2FA; }

 p { color: rgb(242,162,250); }

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

background-color css

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

 a { background-color: rgb(242,162,250); }

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

border-color css

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

 span { border-color: rgb(242,162,250); }

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