#F18EAA

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

Shades of Mauvelous #F18EAA

Tints of Mauvelous #F18EAA

Color information

#F18EAA (or 0xF18EAA) is unknown color: approx Mauvelous. HEX triplet: F1, 8E and AA. RGB value is (241,142,170). Sum of RGB (Red+Green+Blue) = 241+142+170=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18EAA is #0E7155. Grayscale: #AEAEAE. Windows color (decimal): -946518 or 11177713. OLE color: 11177713.

HSL color Cylindrical-coordinate representation of color #F18EAA: hue angle of 343.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18EAA is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241142170-
CMYK00.410.290.05
HSL343.03º77.95%75.1%-
HSV(B)343.03º41.08%94.51%-
XYZ53.240.9543.13-
YUV174.79125.3175.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 142 (55.86% from 255) = 25.68%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=43.58%
G=25.68%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114217000.410.290.05343.0377.9575.1
HexF18EAA0291D51574e4b
Octal361216252051355527116113
Binary11110001100011101010101001010011110110110101011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EAA; }

 p { color: rgb(241,142,170); }

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

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

 a { background-color: rgb(241,142,170); }

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

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

 span { border-color: rgb(241,142,170); }

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