#F780D9

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

Shades of Pale Magenta #F780D9

Tints of Pale Magenta #F780D9

Color information

#F780D9 (or 0xF780D9) is unknown color: approx Pale Magenta. HEX triplet: F7, 80 and D9. RGB value is (247,128,217). Sum of RGB (Red+Green+Blue) = 247+128+217=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F780D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780D9 is #087F26. Grayscale: #ADADAD. Windows color (decimal): -556839 or 14254327. OLE color: 14254327.

HSL color Cylindrical-coordinate representation of color #F780D9: hue angle of 315.13º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780D9 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247128217-
CMYK00.480.120.03
HSL315.13º88.15%73.53%-
HSV(B)315.13º48.18%96.86%-
XYZ58.640.2270.32-
YUV173.73152.42180.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.72%
GREEN value IS 128 (50.39% from 255) = 21.62%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=41.72%
G=21.62%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712821700.480.120.03315.1388.1573.53
HexF780D9030C313b584a
Octal367200331060143473130112
Binary111101111000000011011001011000011001110011101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780D9; }

 p { color: rgb(247,128,217); }

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

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

 a { background-color: rgb(247,128,217); }

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

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

 span { border-color: rgb(247,128,217); }

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