Html Css Color HEX #F7A3FE Mauve

📋 copy color: '#F7A3FE'

red 247 ◦ green 163 ◦ blue 254

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

Shades of Mauve #F7A3FE

Tints of Mauve #F7A3FE

RGB

 RED value IS 247 (96.88% from 255) = 37.2%

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

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

R = 37.2%
G = 24.55%
B = 38.25%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7A3FE (or 0xF7A3FE) is known color: Mauve. HEX triplet: F7, A3 and FE. RGB value is (247,163,254). Sum of RGB (Red+Green+Blue) = 247+163+254=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 163 (64.06% from 255 or 24.55% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7A3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A3FE is #085C01. Grayscale: #C6C6C6. Windows color (decimal): -547842 or 16688119. OLE color: 16688119.

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

Color convert

RGB 247 163 254 -
CMYK 0.03 0.36 0 0.00
HSL 295.38º 0.98% 0.82% -
HSV(B) 295.38º 0.36% 1% -
XYZ 69.34 53.12 100.37 -
YUV 198.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 247 163 254 0.03 0.36 0 0.00 295.38 0.98 0.82
Hex F7 A3 FE 3 24 0 0 127 62 52
Octal 367 243 376 3 44 0 0 447 142 122
Binary 11110111 10100011 11111110 11 100100 0 0 100100111 1100010 1010010

Color Harmonies of #F7A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A3FE

Black with #F7A3FE

Text Example


Text Example

White with #F7A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A3FE; }

 p { color: rgb(247,163,254); }

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

background-color css

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

 a { background-color: rgb(247,163,254); }

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

border-color css

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

 span { border-color: rgb(247,163,254); }

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