#F18BAC

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

Shades of Mauvelous #F18BAC

Tints of Mauvelous #F18BAC

Color information

#F18BAC (or 0xF18BAC) is unknown color: approx Mauvelous. HEX triplet: F1, 8B and AC. RGB value is (241,139,172). Sum of RGB (Red+Green+Blue) = 241+139+172=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BAC is #0E7453. Grayscale: #ADADAD. Windows color (decimal): -947284 or 11308017. OLE color: 11308017.

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

Color convert

RGB241139172-
CMYK00.420.290.05
HSL340.59º78.46%74.51%-
HSV(B)340.59º42.32%94.51%-
XYZ52.9540.1443.99-
YUV173.26127.29176.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=43.66%
G=25.18%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113917200.420.290.05340.5978.4674.51
HexF18BAC02A1D51554e4b
Octal361213254052355525116113
Binary11110001100010111010110001010101110110110101010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BAC; }

 p { color: rgb(241,139,172); }

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

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

 a { background-color: rgb(241,139,172); }

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

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

 span { border-color: rgb(241,139,172); }

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