#F885EE

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

Shades of Pale Magenta #F885EE

Tints of Pale Magenta #F885EE

Color information

#F885EE (or 0xF885EE) is unknown color: approx Pale Magenta. HEX triplet: F8, 85 and EE. RGB value is (248,133,238). Sum of RGB (Red+Green+Blue) = 248+133+238=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 133 (52.34% from 255 or 21.49% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F885EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885EE is #077A11. Grayscale: #B3B3B3. Windows color (decimal): -490002 or 15631864. OLE color: 15631864.

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

Color convert

RGB248133238-
CMYK00.460.040.03
HSL305.22º89.15%74.71%-
HSV(B)305.22º46.37%97.25%-
XYZ62.5342.985.87-
YUV179.36161.1176.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 133 (52.34% from 255) = 21.49%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=40.06%
G=21.49%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813323800.460.040.03305.2289.1574.71
HexF885EE02E43131594b
Octal37020535605643461131113
Binary11111000100001011110111001011101001110011000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885EE; }

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

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

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

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

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

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

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

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