#F88ED9

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

Shades of Pale Magenta #F88ED9

Tints of Pale Magenta #F88ED9

Color information

#F88ED9 (or 0xF88ED9) is unknown color: approx Pale Magenta. HEX triplet: F8, 8E and D9. RGB value is (248,142,217). Sum of RGB (Red+Green+Blue) = 248+142+217=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ED9 is #077126. Grayscale: #B6B6B6. Windows color (decimal): -487719 or 14257912. OLE color: 14257912.

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

Color convert

RGB248142217-
CMYK00.430.120.03
HSL317.55º88.33%76.47%-
HSV(B)317.55º42.74%97.25%-
XYZ60.9144.3170.99-
YUV182.24147.62174.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=40.86%
G=23.39%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814221700.430.120.03317.5588.3376.47
HexF88ED902BC313e584c
Octal370216331053143476130114
Binary111110001000111011011001010101111001110011111010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88ED9; }

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

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

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

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

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

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

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

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