#F887DF

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

Shades of Pale Magenta #F887DF

Tints of Pale Magenta #F887DF

Color information

#F887DF (or 0xF887DF) is unknown color: approx Pale Magenta. HEX triplet: F8, 87 and DF. RGB value is (248,135,223). Sum of RGB (Red+Green+Blue) = 248+135+223=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 135 (53.12% from 255 or 22.28% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F887DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F887DF is #077820. Grayscale: #B2B2B2. Windows color (decimal): -489505 or 14649336. OLE color: 14649336.

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

Color convert

RGB248135223-
CMYK00.460.100.03
HSL313.27º88.98%75.1%-
HSV(B)313.27º45.56%97.25%-
XYZ60.6942.6174.84-
YUV178.82152.94177.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.92%
GREEN value IS 135 (53.12% from 255) = 22.28%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=40.92%
G=22.28%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813522300.460.100.03313.2788.9875.1
HexF887DF02EA3139594b
Octal370207337056123471131113
Binary111110001000011111011111010111010101110011100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F887DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F887DF; }

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

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

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

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

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

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

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

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