#F987E1

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

Shades of Pale Magenta #F987E1

Tints of Pale Magenta #F987E1

Color information

#F987E1 (or 0xF987E1) is unknown color: approx Pale Magenta. HEX triplet: F9, 87 and E1. RGB value is (249,135,225). Sum of RGB (Red+Green+Blue) = 249+135+225=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F987E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987E1 is #06781E. Grayscale: #B3B3B3. Windows color (decimal): -423967 or 14780409. OLE color: 14780409.

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

Color convert

RGB249135225-
CMYK00.460.100.02
HSL312.63º90.48%75.29%-
HSV(B)312.63º45.78%97.65%-
XYZ61.3242.976.28-
YUV179.35153.77177.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 135 (53.12% from 255) = 22.17%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=40.89%
G=22.17%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913522500.460.100.02312.6390.4875.29
HexF987E102EA21395a4b
Octal371207341056122471132113
Binary111110011000011111100001010111010101010011100110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987E1; }

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

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

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

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

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

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

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

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