#F987E0

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

Shades of Pale Magenta #F987E0

Tints of Pale Magenta #F987E0

Color information

#F987E0 (or 0xF987E0) is unknown color: approx Pale Magenta. HEX triplet: F9, 87 and E0. RGB value is (249,135,224). Sum of RGB (Red+Green+Blue) = 249+135+224=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 135 (53.12% from 255 or 22.20% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F987E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987E0 is #06781F. Grayscale: #B2B2B2. Windows color (decimal): -423968 or 14714873. OLE color: 14714873.

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

Color convert

RGB249135224-
CMYK00.460.100.02
HSL313.16º90.48%75.29%-
HSV(B)313.16º45.78%97.65%-
XYZ61.1942.8575.57-
YUV179.23153.27177.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 135 (53.12% from 255) = 22.20%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=40.95%
G=22.20%
B=36.84%

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
Decimal24913522400.460.100.02313.1690.4875.29
HexF987E002EA21395a4b
Octal371207340056122471132113
Binary111110011000011111100000010111010101010011100110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987E0; }

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

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

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

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

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

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

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

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