#F88AE0

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

Shades of Pale Magenta #F88AE0

Tints of Pale Magenta #F88AE0

Color information

#F88AE0 (or 0xF88AE0) is unknown color: approx Pale Magenta. HEX triplet: F8, 8A and E0. RGB value is (248,138,224). Sum of RGB (Red+Green+Blue) = 248+138+224=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88AE0 is #07751F. Grayscale: #B4B4B4. Windows color (decimal): -488736 or 14715640. OLE color: 14715640.

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

Color convert

RGB248138224-
CMYK00.440.100.03
HSL313.09º88.71%75.69%-
HSV(B)313.09º44.35%97.25%-
XYZ61.2543.5275.69-
YUV180.69152.44176.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 138 (54.30% from 255) = 22.62%
BLUE value IS 224 (87.89% from 255) = 36.72%
R=40.66%
G=22.62%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813822400.440.100.03313.0988.7175.69
HexF88AE002CA3139594c
Octal370212340054123471131114
Binary111110001000101011100000010110010101110011100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88AE0; }

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

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

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

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

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

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

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

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