Html Css Color HEX #F2A0FC Mauve

📋 copy color: '#F2A0FC'

red 242 ◦ green 160 ◦ blue 252

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

Shades of Mauve #F2A0FC

Tints of Mauve #F2A0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.46%

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

R = 37%
G = 24.46%
B = 38.53%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2A0FC (or 0xF2A0FC) is known color: Mauve. HEX triplet: F2, A0 and FC. RGB value is (242,160,252). Sum of RGB (Red+Green+Blue) = 242+160+252=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 160 (62.89% from 255 or 24.46% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2A0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0FC is #0D5F03. Grayscale: #C2C2C2. Windows color (decimal): -876292 or 16556274. OLE color: 16556274.

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

Color convert

RGB 242 160 252 -
CMYK 0.04 0.37 0 0.01
HSL 293.48º 0.94% 0.81% -
HSV(B) 293.48º 0.37% 0.99% -
XYZ 66.76 51.05 98.43 -
YUV 195.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 242 160 252 0.04 0.37 0 0.01 293.48 0.94 0.81
Hex F2 A0 FC 4 25 0 1 125 5E 51
Octal 362 240 374 4 45 0 1 445 136 121
Binary 11110010 10100000 11111100 100 100101 0 1 100100101 1011110 1010001

Color Harmonies of #F2A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A0FC

Black with #F2A0FC

Text Example


Text Example

White with #F2A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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