#F186E5

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

Shades of Pale Magenta #F186E5

Tints of Pale Magenta #F186E5

Color information

#F186E5 (or 0xF186E5) is unknown color: approx Pale Magenta. HEX triplet: F1, 86 and E5. RGB value is (241,134,229). Sum of RGB (Red+Green+Blue) = 241+134+229=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F186E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186E5 is #0E791A. Grayscale: #B0B0B0. Windows color (decimal): -948507 or 15042289. OLE color: 15042289.

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

Color convert

RGB241134229-
CMYK00.440.050.05
HSL306.73º79.26%73.53%-
HSV(B)306.73º44.4%94.51%-
XYZ58.9441.4179.01-
YUV176.82157.45173.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 134 (52.73% from 255) = 22.19%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=39.90%
G=22.19%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113422900.440.050.05306.7379.2673.53
HexF186E502C551334f4a
Octal36120634505455463117112
Binary111100011000011011100101010110010110110011001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186E5; }

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

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

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

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

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

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

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

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