#F882DA

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

Shades of Pale Magenta #F882DA

Tints of Pale Magenta #F882DA

Color information

#F882DA (or 0xF882DA) is unknown color: approx Pale Magenta. HEX triplet: F8, 82 and DA. RGB value is (248,130,218). Sum of RGB (Red+Green+Blue) = 248+130+218=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F882DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882DA is #077D25. Grayscale: #AFAFAF. Windows color (decimal): -490790 or 14320376. OLE color: 14320376.

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

Color convert

RGB248130218-
CMYK00.480.120.03
HSL315.25º89.39%74.12%-
HSV(B)315.25º47.58%97.25%-
XYZ59.3540.9871.11-
YUV175.31152.09179.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 130 (51.17% from 255) = 21.81%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=41.61%
G=21.81%
B=36.58%

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
Decimal24813021800.480.120.03315.2589.3974.12
HexF882DA030C313b594a
Octal370202332060143473131112
Binary111110001000001011011010011000011001110011101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882DA; }

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

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

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

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

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

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

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

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