#F980DE

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

Shades of Pale Magenta #F980DE

Tints of Pale Magenta #F980DE

Color information

#F980DE (or 0xF980DE) is unknown color: approx Pale Magenta. HEX triplet: F9, 80 and DE. RGB value is (249,128,222). Sum of RGB (Red+Green+Blue) = 249+128+222=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F980DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980DE is #067F21. Grayscale: #AEAEAE. Windows color (decimal): -425762 or 14582009. OLE color: 14582009.

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

Color convert

RGB249128222-
CMYK00.490.110.02
HSL313.39º90.98%73.92%-
HSV(B)313.39º48.59%97.65%-
XYZ59.9740.8573.83-
YUV174.9154.59180.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 128 (50.39% from 255) = 21.37%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=41.57%
G=21.37%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912822200.490.110.02313.3990.9873.92
HexF980DE031B21395b4a
Octal371200336061132471133112
Binary111110011000000011011110011000110111010011100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F980DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F980DE; }

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

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

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

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

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

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

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

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