#F987D8

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

Shades of Pale Magenta #F987D8

Tints of Pale Magenta #F987D8

Color information

#F987D8 (or 0xF987D8) is unknown color: approx Pale Magenta. HEX triplet: F9, 87 and D8. RGB value is (249,135,216). Sum of RGB (Red+Green+Blue) = 249+135+216=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 135 (53.12% from 255 or 22.5% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F987D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987D8 is #067827. Grayscale: #B2B2B2. Windows color (decimal): -423976 or 14190585. OLE color: 14190585.

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

Color convert

RGB249135216-
CMYK00.460.130.02
HSL317.37º90.48%75.29%-
HSV(B)317.37º45.78%97.65%-
XYZ60.1342.4369.99-
YUV178.32149.27178.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.5%
GREEN value IS 135 (53.12% from 255) = 22.5%
BLUE value IS 216 (84.77% from 255) = 36%
R=41.5%
G=22.5%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913521600.460.130.02317.3790.4875.29
HexF987D802ED213d5a4b
Octal371207330056152475132113
Binary111110011000011111011000010111011011010011110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987D8; }

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

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

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

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

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

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

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

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