#F88AD5

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

Shades of Pale Magenta #F88AD5

Tints of Pale Magenta #F88AD5

Color information

#F88AD5 (or 0xF88AD5) is unknown color: approx Pale Magenta. HEX triplet: F8, 8A and D5. RGB value is (248,138,213). Sum of RGB (Red+Green+Blue) = 248+138+213=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88AD5 is #07752A. Grayscale: #B3B3B3. Windows color (decimal): -488747 or 13994744. OLE color: 13994744.

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

Color convert

RGB248138213-
CMYK00.440.140.03
HSL319.09º88.71%75.69%-
HSV(B)319.09º44.35%97.25%-
XYZ59.8142.9468.09-
YUV179.44146.94176.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.40%
GREEN value IS 138 (54.30% from 255) = 23.04%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=41.40%
G=23.04%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813821300.440.140.03319.0988.7175.69
HexF88AD502CE313f594c
Octal370212325054163477131114
Binary111110001000101011010101010110011101110011111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88AD5; }

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

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

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

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

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

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

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

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