#F882ED

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

Shades of Pale Magenta #F882ED

Tints of Pale Magenta #F882ED

Color information

#F882ED (or 0xF882ED) is unknown color: approx Pale Magenta. HEX triplet: F8, 82 and ED. RGB value is (248,130,237). Sum of RGB (Red+Green+Blue) = 248+130+237=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F882ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882ED is #077D12. Grayscale: #B1B1B1. Windows color (decimal): -490771 or 15565560. OLE color: 15565560.

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

Color convert

RGB248130237-
CMYK00.480.040.03
HSL305.59º89.39%74.12%-
HSV(B)305.59º47.58%97.25%-
XYZ61.9842.0484.97-
YUV177.48161.59178.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.33%
GREEN value IS 130 (51.17% from 255) = 21.14%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=40.33%
G=21.14%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813023700.480.040.03305.5989.3974.12
HexF882ED03043132594a
Octal37020235506043462131112
Binary11111000100000101110110101100001001110011001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882ED; }

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

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

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

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

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

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

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

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