#F09FFE

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

Shades of Mauve #F09FFE

Tints of Mauve #F09FFE

Color information

#F09FFE (or 0xF09FFE) is unknown color: approx Mauve. HEX triplet: F0, 9F and FE. RGB value is (240,159,254). Sum of RGB (Red+Green+Blue) = 240+159+254=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 159 (62.5% from 255 or 24.35% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F09FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FFE is #0F6001. Grayscale: #C1C1C1. Windows color (decimal): -1007618 or 16687088. OLE color: 16687088.

HSL color Cylindrical-coordinate representation of color #F09FFE: hue angle of 291.16º 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 #F09FFE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240159254-
CMYK0.060.3700.00
HSL291.16º97.94%80.98%-
HSV(B)291.16º37.4%99.61%-
XYZ66.2250.48100.02-
YUV194.05161.84160.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.75%
GREEN value IS 159 (62.5% from 255) = 24.35%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=36.75%
G=24.35%
B=38.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401592540.060.3700.00291.1697.9480.98
HexF09FFE625001236251
Octal36023737664500443142121
Binary1111000010011111111111101101001010010010001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FFE; }

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

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

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

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

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

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

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

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