#F88DE3

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

Shades of Pale Magenta #F88DE3

Tints of Pale Magenta #F88DE3

Color information

#F88DE3 (or 0xF88DE3) is unknown color: approx Pale Magenta. HEX triplet: F8, 8D and E3. RGB value is (248,141,227). Sum of RGB (Red+Green+Blue) = 248+141+227=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DE3 is #07721C. Grayscale: #B6B6B6. Windows color (decimal): -487965 or 14913016. OLE color: 14913016.

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

Color convert

RGB248141227-
CMYK00.430.080.03
HSL311.78º88.43%76.27%-
HSV(B)311.78º43.15%97.25%-
XYZ62.144.5578-
YUV182.8152.95174.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 141 (55.47% from 255) = 22.89%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=40.26%
G=22.89%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814122700.430.080.03311.7888.4376.27
HexF88DE302B83138584c
Octal370215343053103470130114
Binary111110001000110111100011010101110001110011100010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DE3; }

 p { color: rgb(248,141,227); }

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

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

 a { background-color: rgb(248,141,227); }

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

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

 span { border-color: rgb(248,141,227); }

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