#F882EC

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

Shades of Pale Magenta #F882EC

Tints of Pale Magenta #F882EC

Color information

#F882EC (or 0xF882EC) is unknown color: approx Pale Magenta. HEX triplet: F8, 82 and EC. RGB value is (248,130,236). Sum of RGB (Red+Green+Blue) = 248+130+236=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F882EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882EC is #077D13. Grayscale: #B1B1B1. Windows color (decimal): -490772 or 15500024. OLE color: 15500024.

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

Color convert

RGB248130236-
CMYK00.480.050.03
HSL306.1º89.39%74.12%-
HSV(B)306.1º47.58%97.25%-
XYZ61.8341.9884.2-
YUV177.37161.09178.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 130 (51.17% from 255) = 21.17%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=40.39%
G=21.17%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813023600.480.050.03306.189.3974.12
HexF882EC03053132594a
Octal37020235406053462131112
Binary11111000100000101110110001100001011110011001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882EC; }

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

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

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

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

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

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

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

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