#F88FDC

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

Shades of Pale Magenta #F88FDC

Tints of Pale Magenta #F88FDC

Color information

#F88FDC (or 0xF88FDC) is unknown color: approx Pale Magenta. HEX triplet: F8, 8F and DC. RGB value is (248,143,220). Sum of RGB (Red+Green+Blue) = 248+143+220=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FDC is #077023. Grayscale: #B6B6B6. Windows color (decimal): -487460 or 14454776. OLE color: 14454776.

HSL color Cylindrical-coordinate representation of color #F88FDC: hue angle of 316º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FDC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248143220-
CMYK00.420.110.03
HSL316º88.24%76.67%-
HSV(B)316º42.34%97.25%-
XYZ61.4544.7773.11-
YUV183.17148.79174.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 143 (56.25% from 255) = 23.40%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=40.59%
G=23.40%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814322000.420.110.0331688.2476.67
HexF88FDC02AB313c584d
Octal370217334052133474130115
Binary111110001000111111011100010101010111110011110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FDC; }

 p { color: rgb(248,143,220); }

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

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

 a { background-color: rgb(248,143,220); }

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

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

 span { border-color: rgb(248,143,220); }

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