#F885EC

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

Shades of Pale Magenta #F885EC

Tints of Pale Magenta #F885EC

Color information

#F885EC (or 0xF885EC) is unknown color: approx Pale Magenta. HEX triplet: F8, 85 and EC. RGB value is (248,133,236). Sum of RGB (Red+Green+Blue) = 248+133+236=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F885EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885EC is #077A13. Grayscale: #B2B2B2. Windows color (decimal): -490004 or 15500792. OLE color: 15500792.

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

Color convert

RGB248133236-
CMYK00.460.050.03
HSL306.26º89.15%74.71%-
HSV(B)306.26º46.37%97.25%-
XYZ62.2442.7984.34-
YUV179.13160.1177.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 133 (52.34% from 255) = 21.56%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=40.19%
G=21.56%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813323600.460.050.03306.2689.1574.71
HexF885EC02E53132594b
Octal37020535405653462131113
Binary11111000100001011110110001011101011110011001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885EC; }

 p { color: rgb(248,133,236); }

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

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

 a { background-color: rgb(248,133,236); }

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

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

 span { border-color: rgb(248,133,236); }

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