#F7A2FF

Color #F7A2FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #F7A2FF

Tints of Mauve #F7A2FF

Color information

#F7A2FF (or 0xF7A2FF) is unknown color: approx Mauve. HEX triplet: F7, A2 and FF. RGB value is (247,162,255). Sum of RGB (Red+Green+Blue) = 247+162+255=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 162 (63.67% from 255 or 24.40% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A2FF is #085D00. Grayscale: #C5C5C5. Windows color (decimal): -548097 or 16753399. OLE color: 16753399.

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

Color convert

RGB247162255-
CMYK0.030.3600
HSL294.84º100%81.76%-
HSV(B)294.84º36.47%100%-
XYZ69.3352.83101.15-
YUV198.02160.16162.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.20%
GREEN value IS 162 (63.67% from 255) = 24.40%
BLUE value IS 255 (100% from 255) = 38.40%
R=37.20%
G=24.40%
B=38.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471622550.030.3600294.8410081.76
HexF7A2FF324001276452
Octal36724237734400447144122
Binary111101111010001011111111111001000010010011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A2FF; }

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

 H1.HeaderClassName
 {
   color: #F7A2FF;
 }
 .AnyTagClassName
 {
   color: #F7A2FF;
 }
</style>
background-color css

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

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

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

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

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

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