Html Css Color HEX #F1C0F9 Mauve

📋 copy color: '#F1C0F9'

red 241 ◦ green 192 ◦ blue 249

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

Shades of Mauve #F1C0F9

Tints of Mauve #F1C0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.15%

 BLUE value IS 249 (97.66% from 255) = 36.51%

R = 35.34%
G = 28.15%
B = 36.51%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1C0F9 (or 0xF1C0F9) is known color: Mauve. HEX triplet: F1, C0 and F9. RGB value is (241,192,249). Sum of RGB (Red+Green+Blue) = 241+192+249=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1C0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0F9 is #0E3F06. Grayscale: #D4D4D4. Windows color (decimal): -933639 or 16367857. OLE color: 16367857.

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

Color convert

RGB 241 192 249 -
CMYK 0.03 0.23 0 0.02
HSL 291.58º 0.83% 0.86% -
HSV(B) 291.58º 0.23% 0.98% -
XYZ 72.22 63.24 98.02 -
YUV 213.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 241 192 249 0.03 0.23 0 0.02 291.58 0.83 0.86
Hex F1 C0 F9 3 17 0 2 124 53 56
Octal 361 300 371 3 27 0 2 444 123 126
Binary 11110001 11000000 11111001 11 10111 0 10 100100100 1010011 1010110

Color Harmonies of #F1C0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0F9

Black with #F1C0F9

Text Example


Text Example

White with #F1C0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0F9; }

 p { color: rgb(241,192,249); }

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

background-color css

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

 a { background-color: rgb(241,192,249); }

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

border-color css

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

 span { border-color: rgb(241,192,249); }

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