#F19EFD

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

Shades of Mauve #F19EFD

Tints of Mauve #F19EFD

Color information

#F19EFD (or 0xF19EFD) is unknown color: approx Mauve. HEX triplet: F1, 9E and FD. RGB value is (241,158,253). Sum of RGB (Red+Green+Blue) = 241+158+253=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #F19EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EFD is #0E6102. Grayscale: #C1C1C1. Windows color (decimal): -942339 or 16621297. OLE color: 16621297.

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

Color convert

RGB241158253-
CMYK0.050.3800.01
HSL292.42º95.96%80.59%-
HSV(B)292.42º37.55%99.22%-
XYZ66.2350.2599.14-
YUV193.65161.5161.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 158 (62.11% from 255) = 24.23%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=36.96%
G=24.23%
B=38.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411582530.050.3800.01292.4295.9680.59
HexF19EFD526011246051
Octal36123637554601444140121
Binary1111000110011110111111011011001100110010010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EFD; }

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

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

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

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

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

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

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

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