#F882E3

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

Shades of Pale Magenta #F882E3

Tints of Pale Magenta #F882E3

Color information

#F882E3 (or 0xF882E3) is unknown color: approx Pale Magenta. HEX triplet: F8, 82 and E3. RGB value is (248,130,227). Sum of RGB (Red+Green+Blue) = 248+130+227=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F882E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882E3 is #077D1C. Grayscale: #B0B0B0. Windows color (decimal): -490781 or 14910200. OLE color: 14910200.

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

Color convert

RGB248130227-
CMYK00.480.080.03
HSL310.68º89.39%74.12%-
HSV(B)310.68º47.58%97.25%-
XYZ60.5641.4777.49-
YUV176.34156.59179.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 130 (51.17% from 255) = 21.49%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=40.99%
G=21.49%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813022700.480.080.03310.6889.3974.12
HexF882E303083137594a
Octal370202343060103467131112
Binary111110001000001011100011011000010001110011011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882E3; }

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

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

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

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

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

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

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

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