#F18BAD

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

Shades of Mauvelous #F18BAD

Tints of Mauvelous #F18BAD

Color information

#F18BAD (or 0xF18BAD) is unknown color: approx Mauvelous. HEX triplet: F1, 8B and AD. RGB value is (241,139,173). Sum of RGB (Red+Green+Blue) = 241+139+173=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BAD is #0E7452. Grayscale: #ADADAD. Windows color (decimal): -947283 or 11373553. OLE color: 11373553.

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

Color convert

RGB241139173-
CMYK00.420.280.05
HSL340º78.46%74.51%-
HSV(B)340º42.32%94.51%-
XYZ53.0540.1844.5-
YUV173.37127.79176.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=43.58%
G=25.14%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113917300.420.280.0534078.4674.51
HexF18BAD02A1C51544e4b
Octal361213255052345524116113
Binary11110001100010111010110101010101110010110101010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BAD; }

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

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

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

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

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

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

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

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