#F186B0

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

Shades of Mauvelous #F186B0

Tints of Mauvelous #F186B0

Color information

#F186B0 (or 0xF186B0) is unknown color: approx Mauvelous. HEX triplet: F1, 86 and B0. RGB value is (241,134,176). Sum of RGB (Red+Green+Blue) = 241+134+176=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F186B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F186B0 is #0E794F. Grayscale: #AAAAAA. Windows color (decimal): -948560 or 11568881. OLE color: 11568881.

HSL color Cylindrical-coordinate representation of color #F186B0: hue angle of 336.45º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F186B0 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241134176-
CMYK00.440.270.05
HSL336.45º79.26%73.53%-
HSV(B)336.45º44.4%94.51%-
XYZ52.6438.8945.81-
YUV170.78130.95178.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=43.74%
G=24.32%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113417600.440.270.05336.4579.2673.53
HexF186B002C1B51504f4a
Octal361206260054335520117112
Binary11110001100001101011000001011001101110110101000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186B0; }

 p { color: rgb(241,134,176); }

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

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

 a { background-color: rgb(241,134,176); }

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

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

 span { border-color: rgb(241,134,176); }

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