#F88AD8

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

Shades of Pale Magenta #F88AD8

Tints of Pale Magenta #F88AD8

Color information

#F88AD8 (or 0xF88AD8) is unknown color: approx Pale Magenta. HEX triplet: F8, 8A and D8. RGB value is (248,138,216). Sum of RGB (Red+Green+Blue) = 248+138+216=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88AD8 is #077527. Grayscale: #B3B3B3. Windows color (decimal): -488744 or 14191352. OLE color: 14191352.

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

Color convert

RGB248138216-
CMYK00.440.130.03
HSL317.45º88.71%75.69%-
HSV(B)317.45º44.35%97.25%-
XYZ60.1943.0970.11-
YUV179.78148.44176.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.20%
GREEN value IS 138 (54.30% from 255) = 22.92%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=41.20%
G=22.92%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813821600.440.130.03317.4588.7175.69
HexF88AD802CD313d594c
Octal370212330054153475131114
Binary111110001000101011011000010110011011110011110110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88AD8; }

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

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

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

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

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

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

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

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