#F977DA

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

Shades of Pale Magenta #F977DA

Tints of Pale Magenta #F977DA

Color information

#F977DA (or 0xF977DA) is unknown color: approx Pale Magenta. HEX triplet: F9, 77 and DA. RGB value is (249,119,218). Sum of RGB (Red+Green+Blue) = 249+119+218=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F977DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977DA is #068825. Grayscale: #A8A8A8. Windows color (decimal): -428070 or 14317561. OLE color: 14317561.

HSL color Cylindrical-coordinate representation of color #F977DA: hue angle of 314.31º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977DA is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249119218-
CMYK00.520.120.02
HSL314.31º91.55%72.16%-
HSV(B)314.31º52.21%97.65%-
XYZ58.3238.470.67-
YUV169.16155.57184.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.49%
GREEN value IS 119 (46.88% from 255) = 20.31%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=42.49%
G=20.31%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911921800.520.120.02314.3191.5572.16
HexF977DA034C213a5c48
Octal371167332064142472134110
Binary11111001111011111011010011010011001010011101010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F977DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F977DA; }

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

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

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

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

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

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

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

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