#F885ED

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

Shades of Pale Magenta #F885ED

Tints of Pale Magenta #F885ED

Color information

#F885ED (or 0xF885ED) is unknown color: approx Pale Magenta. HEX triplet: F8, 85 and ED. RGB value is (248,133,237). Sum of RGB (Red+Green+Blue) = 248+133+237=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 133 (52.34% from 255 or 21.52% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F885ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885ED is #077A12. Grayscale: #B2B2B2. Windows color (decimal): -490003 or 15566328. OLE color: 15566328.

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

Color convert

RGB248133237-
CMYK00.460.040.03
HSL305.74º89.15%74.71%-
HSV(B)305.74º46.37%97.25%-
XYZ62.3842.8585.1-
YUV179.24160.6177.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 133 (52.34% from 255) = 21.52%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=40.13%
G=21.52%
B=38.35%

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
Decimal24813323700.460.040.03305.7489.1574.71
HexF885ED02E43132594b
Octal37020535505643462131113
Binary11111000100001011110110101011101001110011001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885ED; }

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

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

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

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

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

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

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

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