#F886EA

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

Shades of Pale Magenta #F886EA

Tints of Pale Magenta #F886EA

Color information

#F886EA (or 0xF886EA) is unknown color: approx Pale Magenta. HEX triplet: F8, 86 and EA. RGB value is (248,134,234). Sum of RGB (Red+Green+Blue) = 248+134+234=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F886EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F886EA is #077915. Grayscale: #B3B3B3. Windows color (decimal): -489750 or 15369976. OLE color: 15369976.

HSL color Cylindrical-coordinate representation of color #F886EA: hue angle of 307.37º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F886EA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248134234-
CMYK00.460.060.03
HSL307.37º89.06%74.9%-
HSV(B)307.37º45.97%97.25%-
XYZ62.0942.9582.86-
YUV179.49158.77176.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 134 (52.73% from 255) = 21.75%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=40.26%
G=21.75%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813423400.460.060.03307.3789.0674.9
HexF886EA02E63133594b
Octal37020635205663463131113
Binary11111000100001101110101001011101101110011001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F886EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F886EA; }

 p { color: rgb(248,134,234); }

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

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

 a { background-color: rgb(248,134,234); }

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

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

 span { border-color: rgb(248,134,234); }

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