#F18EA1

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

Shades of Mauvelous #F18EA1

Tints of Mauvelous #F18EA1

Color information

#F18EA1 (or 0xF18EA1) is unknown color: approx Mauvelous. HEX triplet: F1, 8E and A1. RGB value is (241,142,161). Sum of RGB (Red+Green+Blue) = 241+142+161=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18EA1 is #0E715E. Grayscale: #ADADAD. Windows color (decimal): -946527 or 10587889. OLE color: 10587889.

HSL color Cylindrical-coordinate representation of color #F18EA1: hue angle of 348.48º 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 #F18EA1 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB241142161-
CMYK00.410.330.05
HSL348.48º77.95%75.1%-
HSV(B)348.48º41.08%94.51%-
XYZ52.3840.6238.8-
YUV173.77120.8175.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=44.30%
G=26.10%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114216100.410.330.05348.4877.9575.1
HexF18EA102921515c4e4b
Octal361216241051415534116113
Binary111100011000111010100001010100110000110110101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EA1; }

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

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

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

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

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

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

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

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