#F7A5FE

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

Shades of Mauve #F7A5FE

Tints of Mauve #F7A5FE

Color information

#F7A5FE (or 0xF7A5FE) is unknown color: approx Mauve. HEX triplet: F7, A5 and FE. RGB value is (247,165,254). Sum of RGB (Red+Green+Blue) = 247+165+254=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 165 (64.84% from 255 or 24.77% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A5FE is #085A01. Grayscale: #C7C7C7. Windows color (decimal): -547330 or 16688631. OLE color: 16688631.

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

Color convert

RGB247165254-
CMYK0.030.3500.00
HSL295.28º97.8%82.16%-
HSV(B)295.28º35.04%99.61%-
XYZ69.753.84100.48-
YUV199.66158.67161.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.09%
GREEN value IS 165 (64.84% from 255) = 24.77%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=37.09%
G=24.77%
B=38.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471652540.030.3500.00295.2897.882.16
HexF7A5FE323001276252
Octal36724537634300447142122
Binary111101111010010111111110111000110010010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A5FE; }

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

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

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

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

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

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

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

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