#F987ED

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

Shades of Pale Magenta #F987ED

Tints of Pale Magenta #F987ED

Color information

#F987ED (or 0xF987ED) is unknown color: approx Pale Magenta. HEX triplet: F9, 87 and ED. RGB value is (249,135,237). Sum of RGB (Red+Green+Blue) = 249+135+237=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 135 (53.12% from 255 or 21.74% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F987ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F987ED is #067812. Grayscale: #B4B4B4. Windows color (decimal): -423955 or 15566841. OLE color: 15566841.

HSL color Cylindrical-coordinate representation of color #F987ED: hue angle of 306.32º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F987ED is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB249135237-
CMYK00.460.050.02
HSL306.32º90.48%75.29%-
HSV(B)306.32º45.78%97.65%-
XYZ63.0243.5885.21-
YUV180.71159.77176.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.10%
GREEN value IS 135 (53.12% from 255) = 21.74%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=40.10%
G=21.74%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913523700.460.050.02306.3290.4875.29
HexF987ED02E521325a4b
Octal37120735505652462132113
Binary11111001100001111110110101011101011010011001010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987ED; }

 p { color: rgb(249,135,237); }

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

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

 a { background-color: rgb(249,135,237); }

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

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

 span { border-color: rgb(249,135,237); }

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