#F086AE

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

Shades of Mauvelous #F086AE

Tints of Mauvelous #F086AE

Color information

#F086AE (or 0xF086AE) is unknown color: approx Mauvelous. HEX triplet: F0, 86 and AE. RGB value is (240,134,174). Sum of RGB (Red+Green+Blue) = 240+134+174=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F086AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F086AE is #0F7951. Grayscale: #AAAAAA. Windows color (decimal): -1014098 or 11437808. OLE color: 11437808.

HSL color Cylindrical-coordinate representation of color #F086AE: hue angle of 337.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086AE is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240134174-
CMYK00.440.280.06
HSL337.36º77.94%73.33%-
HSV(B)337.36º44.17%94.12%-
XYZ52.138.6344.76-
YUV170.25130.12177.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=43.80%
G=24.45%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013417400.440.280.06337.3677.9473.33
HexF086AE02C1C61514e49
Octal360206256054346521116111
Binary11110000100001101010111001011001110011010101000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086AE; }

 p { color: rgb(240,134,174); }

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

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

 a { background-color: rgb(240,134,174); }

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

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

 span { border-color: rgb(240,134,174); }

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