#F09EFD

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

Shades of Mauve #F09EFD

Tints of Mauve #F09EFD

Color information

#F09EFD (or 0xF09EFD) is unknown color: approx Mauve. HEX triplet: F0, 9E and FD. RGB value is (240,158,253). Sum of RGB (Red+Green+Blue) = 240+158+253=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #F09EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09EFD is #0F6102. Grayscale: #C1C1C1. Windows color (decimal): -1007875 or 16621296. OLE color: 16621296.

HSL color Cylindrical-coordinate representation of color #F09EFD: hue angle of 291.79º 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 #F09EFD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240158253-
CMYK0.050.3800.01
HSL291.79º95.96%80.59%-
HSV(B)291.79º37.55%99.22%-
XYZ65.8950.0799.12-
YUV193.35161.67161.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 158 (62.11% from 255) = 24.27%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=36.87%
G=24.27%
B=38.86%

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
Decimal2401582530.050.3800.01291.7995.9680.59
HexF09EFD526011246051
Octal36023637554601444140121
Binary1111000010011110111111011011001100110010010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09EFD; }

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

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

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

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

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

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

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

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