#F09DFE

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

Shades of Mauve #F09DFE

Tints of Mauve #F09DFE

Color information

#F09DFE (or 0xF09DFE) is unknown color: approx Mauve. HEX triplet: F0, 9D and FE. RGB value is (240,157,254). Sum of RGB (Red+Green+Blue) = 240+157+254=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 157 (61.72% from 255 or 24.12% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #F09DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DFE is #0F6201. Grayscale: #C0C0C0. Windows color (decimal): -1008130 or 16686576. OLE color: 16686576.

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

Color convert

RGB240157254-
CMYK0.060.3800.00
HSL291.34º97.98%80.59%-
HSV(B)291.34º38.19%99.61%-
XYZ65.8849.7999.9-
YUV192.87162.5161.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 157 (61.72% from 255) = 24.12%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=36.87%
G=24.12%
B=39.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401572540.060.3800.00291.3497.9880.59
HexF09DFE626001236251
Octal36023537664600443142121
Binary1111000010011101111111101101001100010010001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DFE; }

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

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

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

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

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

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

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

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