#F987E4

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

Shades of Pale Magenta #F987E4

Tints of Pale Magenta #F987E4

Color information

#F987E4 (or 0xF987E4) is unknown color: approx Pale Magenta. HEX triplet: F9, 87 and E4. RGB value is (249,135,228). Sum of RGB (Red+Green+Blue) = 249+135+228=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 135 (53.12% from 255 or 22.06% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F987E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987E4 is #06781B. Grayscale: #B3B3B3. Windows color (decimal): -423964 or 14977017. OLE color: 14977017.

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

Color convert

RGB249135228-
CMYK00.460.080.02
HSL311.05º90.48%75.29%-
HSV(B)311.05º45.78%97.65%-
XYZ61.7343.0778.46-
YUV179.69155.27177.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 135 (53.12% from 255) = 22.06%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=40.69%
G=22.06%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913522800.460.080.02311.0590.4875.29
HexF987E402E821375a4b
Octal371207344056102467132113
Binary111110011000011111100100010111010001010011011110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987E4; }

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

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

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

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

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

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

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

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