#F19EFF

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

Shades of Mauve #F19EFF

Tints of Mauve #F19EFF

Color information

#F19EFF (or 0xF19EFF) is unknown color: approx Mauve. HEX triplet: F1, 9E and FF. RGB value is (241,158,255). Sum of RGB (Red+Green+Blue) = 241+158+255=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 158 (62.11% from 255 or 24.16% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #F19EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EFF is #0E6100. Grayscale: #C1C1C1. Windows color (decimal): -942337 or 16752369. OLE color: 16752369.

HSL color Cylindrical-coordinate representation of color #F19EFF: hue angle of 291.34º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F19EFF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB241158255-
CMYK0.050.3800
HSL291.34º100%80.98%-
HSV(B)291.34º38.04%100%-
XYZ66.5550.37100.82-
YUV193.88162.5161.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 158 (62.11% from 255) = 24.16%
BLUE value IS 255 (100% from 255) = 38.99%
R=36.85%
G=24.16%
B=38.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411582550.050.3800291.3410080.98
HexF19EFF526001236451
Octal36123637754600443144121
Binary1111000110011110111111111011001100010010001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EFF; }

 p { color: rgb(241,158,255); }

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

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

 a { background-color: rgb(241,158,255); }

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

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

 span { border-color: rgb(241,158,255); }

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