#F984EC

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

Shades of Pale Magenta #F984EC

Tints of Pale Magenta #F984EC

Color information

#F984EC (or 0xF984EC) is unknown color: approx Pale Magenta. HEX triplet: F9, 84 and EC. RGB value is (249,132,236). Sum of RGB (Red+Green+Blue) = 249+132+236=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 132 (51.95% from 255 or 21.39% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F984EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F984EC is #067B13. Grayscale: #B2B2B2. Windows color (decimal): -424724 or 15500537. OLE color: 15500537.

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

Color convert

RGB249132236-
CMYK00.470.050.02
HSL306.67º90.7%74.71%-
HSV(B)306.67º46.99%97.65%-
XYZ62.4642.784.31-
YUV178.84160.26178.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 132 (51.95% from 255) = 21.39%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=40.36%
G=21.39%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913223600.470.050.02306.6790.774.71
HexF984EC02F521335b4b
Octal37120435405752463133113
Binary11111001100001001110110001011111011010011001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F984EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F984EC; }

 p { color: rgb(249,132,236); }

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

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

 a { background-color: rgb(249,132,236); }

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

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

 span { border-color: rgb(249,132,236); }

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