#F186E0

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

Shades of Pale Magenta #F186E0

Tints of Pale Magenta #F186E0

Color information

#F186E0 (or 0xF186E0) is unknown color: approx Pale Magenta. HEX triplet: F1, 86 and E0. RGB value is (241,134,224). Sum of RGB (Red+Green+Blue) = 241+134+224=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F186E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186E0 is #0E791F. Grayscale: #B0B0B0. Windows color (decimal): -948512 or 14714609. OLE color: 14714609.

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

Color convert

RGB241134224-
CMYK00.440.070.05
HSL309.53º79.26%73.53%-
HSV(B)309.53º44.4%94.51%-
XYZ58.2641.1375.39-
YUV176.25154.95174.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 134 (52.73% from 255) = 22.37%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=40.23%
G=22.37%
B=37.40%

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
Decimal24113422400.440.070.05309.5379.2673.53
HexF186E002C751364f4a
Octal36120634005475466117112
Binary111100011000011011100000010110011110110011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186E0; }

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

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

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

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

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

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

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

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