Html Css Color HEX #F7A5FE Mauve

📋 copy color: '#F7A5FE'

red 247 ◦ green 165 ◦ blue 254

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

Shades of Mauve #F7A5FE

Tints of Mauve #F7A5FE

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 value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7A5FE (or 0xF7A5FE) is known color: 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

RGB 247 165 254 -
CMYK 0.03 0.35 0 0.00
HSL 295.28º 0.98% 0.82% -
HSV(B) 295.28º 0.35% 1% -
XYZ 69.7 53.84 100.48 -
YUV 199.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 247 165 254 0.03 0.35 0 0.00 295.28 0.98 0.82
Hex F7 A5 FE 3 23 0 0 127 62 52
Octal 367 245 376 3 43 0 0 447 142 122
Binary 11110111 10100101 11111110 11 100011 0 0 100100111 1100010 1010010

Color Harmonies of #F7A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A5FE

Black with #F7A5FE

Text Example


Text Example

White with #F7A5FE

Text Example


Text Example

HTML Codes & Css Web 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>