#F882D9

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

Shades of Pale Magenta #F882D9

Tints of Pale Magenta #F882D9

Color information

#F882D9 (or 0xF882D9) is unknown color: approx Pale Magenta. HEX triplet: F8, 82 and D9. RGB value is (248,130,217). Sum of RGB (Red+Green+Blue) = 248+130+217=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F882D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882D9 is #077D26. Grayscale: #AEAEAE. Windows color (decimal): -490791 or 14254840. OLE color: 14254840.

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

Color convert

RGB248130217-
CMYK00.480.120.03
HSL315.76º89.39%74.12%-
HSV(B)315.76º47.58%97.25%-
XYZ59.2240.9370.43-
YUV175.2151.59179.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 130 (51.17% from 255) = 21.85%
BLUE value IS 217 (85.16% from 255) = 36.47%
R=41.68%
G=21.85%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813021700.480.120.03315.7689.3974.12
HexF882D9030C313c594a
Octal370202331060143474131112
Binary111110001000001011011001011000011001110011110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882D9; }

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

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

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

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

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

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

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

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