#F882EA

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

Shades of Pale Magenta #F882EA

Tints of Pale Magenta #F882EA

Color information

#F882EA (or 0xF882EA) is unknown color: approx Pale Magenta. HEX triplet: F8, 82 and EA. RGB value is (248,130,234). Sum of RGB (Red+Green+Blue) = 248+130+234=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F882EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882EA is #077D15. Grayscale: #B0B0B0. Windows color (decimal): -490774 or 15368952. OLE color: 15368952.

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

Color convert

RGB248130234-
CMYK00.480.060.03
HSL307.12º89.39%74.12%-
HSV(B)307.12º47.58%97.25%-
XYZ61.5541.8682.68-
YUV177.14160.09178.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 130 (51.17% from 255) = 21.24%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=40.52%
G=21.24%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813023400.480.060.03307.1289.3974.12
HexF882EA03063133594a
Octal37020235206063463131112
Binary11111000100000101110101001100001101110011001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882EA; }

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

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

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

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

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

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

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

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