Html Css Color HEX #F1ABF7 Mauve

📋 copy color: '#F1ABF7'

red 241 ◦ green 171 ◦ blue 247

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

Shades of Mauve #F1ABF7

Tints of Mauve #F1ABF7

RGB

 RED value IS 241 (94.53% from 255) = 36.57%

 GREEN value IS 171 (67.19% from 255) = 25.95%

 BLUE value IS 247 (96.88% from 255) = 37.48%

R = 36.57%
G = 25.95%
B = 37.48%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F1ABF7 (or 0xF1ABF7) is known color: Mauve. HEX triplet: F1, AB and F7. RGB value is (241,171,247). Sum of RGB (Red+Green+Blue) = 241+171+247=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 171 (67.19% from 255 or 25.95% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1ABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABF7 is #0E5408. Grayscale: #C8C8C8. Windows color (decimal): -939017 or 16231409. OLE color: 16231409.

HSL color Cylindrical-coordinate representation of color #F1ABF7: hue angle of 295.26º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1ABF7 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 171 247 -
CMYK 0.02 0.31 0 0.03
HSL 295.26º 0.83% 0.82% -
HSV(B) 295.26º 0.31% 0.97% -
XYZ 67.63 54.54 94.96 -
YUV 200.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 241 171 247 0.02 0.31 0 0.03 295.26 0.83 0.82
Hex F1 AB F7 2 1F 0 3 127 53 52
Octal 361 253 367 2 37 0 3 447 123 122
Binary 11110001 10101011 11110111 10 11111 0 11 100100111 1010011 1010010

Color Harmonies of #F1ABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ABF7

Black with #F1ABF7

Text Example


Text Example

White with #F1ABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ABF7; }

 p { color: rgb(241,171,247); }

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

background-color css

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

 a { background-color: rgb(241,171,247); }

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

border-color css

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

 span { border-color: rgb(241,171,247); }

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