#F980DA

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

Shades of Pale Magenta #F980DA

Tints of Pale Magenta #F980DA

Color information

#F980DA (or 0xF980DA) is unknown color: approx Pale Magenta. HEX triplet: F9, 80 and DA. RGB value is (249,128,218). Sum of RGB (Red+Green+Blue) = 249+128+218=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F980DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980DA is #067F25. Grayscale: #AEAEAE. Windows color (decimal): -425766 or 14319865. OLE color: 14319865.

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

Color convert

RGB249128218-
CMYK00.490.120.02
HSL315.37º90.98%73.92%-
HSV(B)315.37º48.59%97.65%-
XYZ59.4440.6471.04-
YUV174.44152.59181.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 128 (50.39% from 255) = 21.51%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=41.85%
G=21.51%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912821800.490.120.02315.3790.9873.92
HexF980DA031C213b5b4a
Octal371200332061142473133112
Binary111110011000000011011010011000111001010011101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F980DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F980DA; }

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

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

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

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

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

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

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

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