#F88CEC

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

Shades of Pale Magenta #F88CEC

Tints of Pale Magenta #F88CEC

Color information

#F88CEC (or 0xF88CEC) is unknown color: approx Pale Magenta. HEX triplet: F8, 8C and EC. RGB value is (248,140,236). Sum of RGB (Red+Green+Blue) = 248+140+236=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 140 (55.08% from 255 or 22.44% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88CEC is #077313. Grayscale: #B6B6B6. Windows color (decimal): -488212 or 15502584. OLE color: 15502584.

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

Color convert

RGB248140236-
CMYK00.440.050.03
HSL306.67º88.52%76.08%-
HSV(B)306.67º43.55%97.25%-
XYZ63.2344.7784.67-
YUV183.24157.78174.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 140 (55.08% from 255) = 22.44%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=39.74%
G=22.44%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814023600.440.050.03306.6788.5276.08
HexF88CEC02C53133594c
Octal37021435405453463131114
Binary11111000100011001110110001011001011110011001110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CEC; }

 p { color: rgb(248,140,236); }

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

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

 a { background-color: rgb(248,140,236); }

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

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

 span { border-color: rgb(248,140,236); }

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