#F887DA

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

Shades of Pale Magenta #F887DA

Tints of Pale Magenta #F887DA

Color information

#F887DA (or 0xF887DA) is unknown color: approx Pale Magenta. HEX triplet: F8, 87 and DA. RGB value is (248,135,218). Sum of RGB (Red+Green+Blue) = 248+135+218=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 135 (53.12% from 255 or 22.46% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F887DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F887DA is #077825. Grayscale: #B2B2B2. Windows color (decimal): -489510 or 14321656. OLE color: 14321656.

HSL color Cylindrical-coordinate representation of color #F887DA: hue angle of 315.93º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F887DA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248135218-
CMYK00.460.120.03
HSL315.93º88.98%75.1%-
HSV(B)315.93º45.56%97.25%-
XYZ60.0342.3571.34-
YUV178.25150.44177.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 135 (53.12% from 255) = 22.46%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=41.26%
G=22.46%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813521800.460.120.03315.9388.9875.1
HexF887DA02EC313c594b
Octal370207332056143474131113
Binary111110001000011111011010010111011001110011110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F887DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F887DA; }

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

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

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

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

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

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

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

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