#F19FFE

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

Shades of Mauve #F19FFE

Tints of Mauve #F19FFE

Color information

#F19FFE (or 0xF19FFE) is unknown color: approx Mauve. HEX triplet: F1, 9F and FE. RGB value is (241,159,254). Sum of RGB (Red+Green+Blue) = 241+159+254=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 159 (62.5% from 255 or 24.31% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #F19FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FFE is #0E6001. Grayscale: #C2C2C2. Windows color (decimal): -942082 or 16687089. OLE color: 16687089.

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

Color convert

RGB241159254-
CMYK0.050.3700.00
HSL291.79º97.94%80.98%-
HSV(B)291.79º37.4%99.61%-
XYZ66.5650.65100.03-
YUV194.35161.67161.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 159 (62.5% from 255) = 24.31%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=36.85%
G=24.31%
B=38.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411592540.050.3700.00291.7997.9480.98
HexF19FFE525001246251
Octal36123737654500444142121
Binary1111000110011111111111101011001010010010010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FFE; }

 p { color: rgb(241,159,254); }

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

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

 a { background-color: rgb(241,159,254); }

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

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

 span { border-color: rgb(241,159,254); }

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