#F980EC

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

Shades of Pale Magenta #F980EC

Tints of Pale Magenta #F980EC

Color information

#F980EC (or 0xF980EC) is unknown color: approx Pale Magenta. HEX triplet: F9, 80 and EC. RGB value is (249,128,236). Sum of RGB (Red+Green+Blue) = 249+128+236=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F980EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980EC is #067F13. Grayscale: #B0B0B0. Windows color (decimal): -425748 or 15499513. OLE color: 15499513.

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

Color convert

RGB249128236-
CMYK00.490.050.02
HSL306.45º90.98%73.92%-
HSV(B)306.45º48.59%97.65%-
XYZ61.9341.6384.13-
YUV176.49161.59179.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 128 (50.39% from 255) = 20.88%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=40.62%
G=20.88%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912823600.490.050.02306.4590.9873.92
HexF980EC031521325b4a
Octal37120035406152462133112
Binary11111001100000001110110001100011011010011001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F980EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F980EC; }

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

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

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

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

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

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

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

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