#F88ED7

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

Shades of Pale Magenta #F88ED7

Tints of Pale Magenta #F88ED7

Color information

#F88ED7 (or 0xF88ED7) is unknown color: approx Pale Magenta. HEX triplet: F8, 8E and D7. RGB value is (248,142,215). Sum of RGB (Red+Green+Blue) = 248+142+215=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ED7 is #077128. Grayscale: #B5B5B5. Windows color (decimal): -487721 or 14126840. OLE color: 14126840.

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

Color convert

RGB248142215-
CMYK00.430.130.03
HSL318.68º88.33%76.47%-
HSV(B)318.68º42.74%97.25%-
XYZ60.6544.2169.63-
YUV182.02146.62175.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 142 (55.86% from 255) = 23.47%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=40.99%
G=23.47%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814221500.430.130.03318.6888.3376.47
HexF88ED702BD313f584c
Octal370216327053153477130114
Binary111110001000111011010111010101111011110011111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88ED7; }

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

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

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

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

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

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

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

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