#F882E4

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

Shades of Pale Magenta #F882E4

Tints of Pale Magenta #F882E4

Color information

#F882E4 (or 0xF882E4) is unknown color: approx Pale Magenta. HEX triplet: F8, 82 and E4. RGB value is (248,130,228). Sum of RGB (Red+Green+Blue) = 248+130+228=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F882E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882E4 is #077D1B. Grayscale: #B0B0B0. Windows color (decimal): -490780 or 14975736. OLE color: 14975736.

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

Color convert

RGB248130228-
CMYK00.480.080.03
HSL310.17º89.39%74.12%-
HSV(B)310.17º47.58%97.25%-
XYZ60.741.5278.21-
YUV176.45157.09179.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.92%
GREEN value IS 130 (51.17% from 255) = 21.45%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=40.92%
G=21.45%
B=37.62%

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
Decimal24813022800.480.080.03310.1789.3974.12
HexF882E403083136594a
Octal370202344060103466131112
Binary111110001000001011100100011000010001110011011010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882E4; }

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

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

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

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

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

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

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

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