#F186AD

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

Shades of Mauvelous #F186AD

Tints of Mauvelous #F186AD

Color information

#F186AD (or 0xF186AD) is unknown color: approx Mauvelous. HEX triplet: F1, 86 and AD. RGB value is (241,134,173). Sum of RGB (Red+Green+Blue) = 241+134+173=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F186AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F186AD is #0E7952. Grayscale: #AAAAAA. Windows color (decimal): -948563 or 11372273. OLE color: 11372273.

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

Color convert

RGB241134173-
CMYK00.440.280.05
HSL338.13º79.26%73.53%-
HSV(B)338.13º44.4%94.51%-
XYZ52.3438.7744.26-
YUV170.44129.45178.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=43.98%
G=24.45%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113417300.440.280.05338.1379.2673.53
HexF186AD02C1C51524f4a
Octal361206255054345522117112
Binary11110001100001101010110101011001110010110101001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186AD; }

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

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

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

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

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

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

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

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