#F88ED6

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

Shades of Pale Magenta #F88ED6

Tints of Pale Magenta #F88ED6

Color information

#F88ED6 (or 0xF88ED6) is unknown color: approx Pale Magenta. HEX triplet: F8, 8E and D6. RGB value is (248,142,214). Sum of RGB (Red+Green+Blue) = 248+142+214=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ED6 is #077129. Grayscale: #B5B5B5. Windows color (decimal): -487722 or 14061304. OLE color: 14061304.

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

Color convert

RGB248142214-
CMYK00.430.140.03
HSL319.25º88.33%76.47%-
HSV(B)319.25º42.74%97.25%-
XYZ60.5244.1668.95-
YUV181.9146.12175.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 142 (55.86% from 255) = 23.51%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=41.06%
G=23.51%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814221400.430.140.03319.2588.3376.47
HexF88ED602BE313f584c
Octal370216326053163477130114
Binary111110001000111011010110010101111101110011111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88ED6; }

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

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

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

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

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

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

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

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