#F186E1

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

Shades of Pale Magenta #F186E1

Tints of Pale Magenta #F186E1

Color information

#F186E1 (or 0xF186E1) is unknown color: approx Pale Magenta. HEX triplet: F1, 86 and E1. RGB value is (241,134,225). Sum of RGB (Red+Green+Blue) = 241+134+225=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F186E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186E1 is #0E791E. Grayscale: #B0B0B0. Windows color (decimal): -948511 or 14780145. OLE color: 14780145.

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

Color convert

RGB241134225-
CMYK00.440.070.05
HSL308.97º79.26%73.53%-
HSV(B)308.97º44.4%94.51%-
XYZ58.3941.1976.11-
YUV176.37155.45174.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 134 (52.73% from 255) = 22.33%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=40.17%
G=22.33%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113422500.440.070.05308.9779.2673.53
HexF186E102C751354f4a
Octal36120634105475465117112
Binary111100011000011011100001010110011110110011010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186E1; }

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

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

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

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

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

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

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

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