#F88AED

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

Shades of Pale Magenta #F88AED

Tints of Pale Magenta #F88AED

Color information

#F88AED (or 0xF88AED) is unknown color: approx Pale Magenta. HEX triplet: F8, 8A and ED. RGB value is (248,138,237). Sum of RGB (Red+Green+Blue) = 248+138+237=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 138 (54.30% from 255 or 22.15% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88AED is #077512. Grayscale: #B5B5B5. Windows color (decimal): -488723 or 15567608. OLE color: 15567608.

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

Color convert

RGB248138237-
CMYK00.440.040.03
HSL306º88.71%75.69%-
HSV(B)306º44.35%97.25%-
XYZ63.0944.2585.34-
YUV182.18158.94174.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.81%
GREEN value IS 138 (54.30% from 255) = 22.15%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=39.81%
G=22.15%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813823700.440.040.0330688.7175.69
HexF88AED02C43132594c
Octal37021235505443462131114
Binary11111000100010101110110101011001001110011001010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88AED; }

 p { color: rgb(248,138,237); }

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

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

 a { background-color: rgb(248,138,237); }

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

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

 span { border-color: rgb(248,138,237); }

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