Html Css Color HEX #F3A0FE Mauve

📋 copy color: '#F3A0FE'

red 243 ◦ green 160 ◦ blue 254

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

Shades of Mauve #F3A0FE

Tints of Mauve #F3A0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.66%

R = 36.99%
G = 24.35%
B = 38.66%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F3A0FE (or 0xF3A0FE) is known color: Mauve. HEX triplet: F3, A0 and FE. RGB value is (243,160,254). Sum of RGB (Red+Green+Blue) = 243+160+254=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 160 (62.89% from 255 or 24.35% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A0FE is #0C5F01. Grayscale: #C3C3C3. Windows color (decimal): -810754 or 16687347. OLE color: 16687347.

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

Color convert

RGB 243 160 254 -
CMYK 0.04 0.37 0 0.00
HSL 292.98º 0.98% 0.81% -
HSV(B) 292.98º 0.37% 1% -
XYZ 67.42 51.35 100.12 -
YUV 195.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 243 160 254 0.04 0.37 0 0.00 292.98 0.98 0.81
Hex F3 A0 FE 4 25 0 0 125 62 51
Octal 363 240 376 4 45 0 0 445 142 121
Binary 11110011 10100000 11111110 100 100101 0 0 100100101 1100010 1010001

Color Harmonies of #F3A0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A0FE

Black with #F3A0FE

Text Example


Text Example

White with #F3A0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A0FE; }

 p { color: rgb(243,160,254); }

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

background-color css

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

 a { background-color: rgb(243,160,254); }

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

border-color css

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

 span { border-color: rgb(243,160,254); }

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