#F881EE

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

Shades of Pale Magenta #F881EE

Tints of Pale Magenta #F881EE

Color information

#F881EE (or 0xF881EE) is unknown color: approx Pale Magenta. HEX triplet: F8, 81 and EE. RGB value is (248,129,238). Sum of RGB (Red+Green+Blue) = 248+129+238=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F881EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881EE is #077E11. Grayscale: #B0B0B0. Windows color (decimal): -491026 or 15630840. OLE color: 15630840.

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

Color convert

RGB248129238-
CMYK00.480.040.03
HSL305.04º89.47%73.92%-
HSV(B)305.04º47.98%97.25%-
XYZ61.9941.8385.7-
YUV177.01162.42178.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.33%
GREEN value IS 129 (50.78% from 255) = 20.98%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=40.33%
G=20.98%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812923800.480.040.03305.0489.4773.92
HexF881EE03043131594a
Octal37020135606043461131112
Binary11111000100000011110111001100001001110011000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881EE; }

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

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

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

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

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

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

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

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