#F09DFF

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

Shades of Mauve #F09DFF

Tints of Mauve #F09DFF

Color information

#F09DFF (or 0xF09DFF) is unknown color: approx Mauve. HEX triplet: F0, 9D and FF. RGB value is (240,157,255). Sum of RGB (Red+Green+Blue) = 240+157+255=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 157 (61.72% from 255 or 24.08% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #F09DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DFF is #0F6200. Grayscale: #C0C0C0. Windows color (decimal): -1008129 or 16752112. OLE color: 16752112.

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

Color convert

RGB240157255-
CMYK0.060.3800
HSL290.82º100%80.78%-
HSV(B)290.82º38.43%100%-
XYZ66.0449.86100.75-
YUV192.99163161.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 157 (61.72% from 255) = 24.08%
BLUE value IS 255 (100% from 255) = 39.11%
R=36.81%
G=24.08%
B=39.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401572550.060.3800290.8210080.78
HexF09DFF626001236451
Octal36023537764600443144121
Binary1111000010011101111111111101001100010010001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DFF; }

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

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

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

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

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

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

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

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