#F973DC

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

Shades of Pale Magenta #F973DC

Tints of Pale Magenta #F973DC

Color information

#F973DC (or 0xF973DC) is unknown color: approx Pale Magenta. HEX triplet: F9, 73 and DC. RGB value is (249,115,220). Sum of RGB (Red+Green+Blue) = 249+115+220=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F973DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973DC is #068C23. Grayscale: #A6A6A6. Windows color (decimal): -429092 or 14447609. OLE color: 14447609.

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

Color convert

RGB249115220-
CMYK00.540.120.02
HSL312.99º91.78%71.37%-
HSV(B)312.99º53.82%97.65%-
XYZ58.1237.5771.9-
YUV167.04157.89186.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.64%
GREEN value IS 115 (45.31% from 255) = 19.69%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=42.64%
G=19.69%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911522000.540.120.02312.9991.7871.37
HexF973DC036C21395c47
Octal371163334066142471134107
Binary11111001111001111011100011011011001010011100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F973DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F973DC; }

 p { color: rgb(249,115,220); }

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

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

 a { background-color: rgb(249,115,220); }

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

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

 span { border-color: rgb(249,115,220); }

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