#F881EC

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

Shades of Pale Magenta #F881EC

Tints of Pale Magenta #F881EC

Color information

#F881EC (or 0xF881EC) is unknown color: approx Pale Magenta. HEX triplet: F8, 81 and EC. RGB value is (248,129,236). Sum of RGB (Red+Green+Blue) = 248+129+236=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F881EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881EC is #077E13. Grayscale: #B0B0B0. Windows color (decimal): -491028 or 15499768. OLE color: 15499768.

HSL color Cylindrical-coordinate representation of color #F881EC: hue angle of 306.05º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F881EC is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248129236-
CMYK00.480.050.03
HSL306.05º89.47%73.92%-
HSV(B)306.05º47.98%97.25%-
XYZ61.741.7184.16-
YUV176.78161.42178.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 129 (50.78% from 255) = 21.04%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=40.46%
G=21.04%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812923600.480.050.03306.0589.4773.92
HexF881EC03053132594a
Octal37020135406053462131112
Binary11111000100000011110110001100001011110011001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881EC; }

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

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

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

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

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

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

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

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