#F88DE7

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

Shades of Pale Magenta #F88DE7

Tints of Pale Magenta #F88DE7

Color information

#F88DE7 (or 0xF88DE7) is unknown color: approx Pale Magenta. HEX triplet: F8, 8D and E7. RGB value is (248,141,231). Sum of RGB (Red+Green+Blue) = 248+141+231=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 141 (55.47% from 255 or 22.74% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DE7 is #077218. Grayscale: #B6B6B6. Windows color (decimal): -487961 or 15175160. OLE color: 15175160.

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

Color convert

RGB248141231-
CMYK00.430.070.03
HSL309.53º88.43%76.27%-
HSV(B)309.53º43.15%97.25%-
XYZ62.6644.7880.94-
YUV183.25154.95174.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 22.74%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=40%
G=22.74%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814123100.430.070.03309.5388.4376.27
HexF88DE702B73136584c
Octal37021534705373466130114
Binary11111000100011011110011101010111111110011011010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DE7; }

 p { color: rgb(248,141,231); }

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

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

 a { background-color: rgb(248,141,231); }

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

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

 span { border-color: rgb(248,141,231); }

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