#F780DA

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

Shades of Pale Magenta #F780DA

Tints of Pale Magenta #F780DA

Color information

#F780DA (or 0xF780DA) is unknown color: approx Pale Magenta. HEX triplet: F7, 80 and DA. RGB value is (247,128,218). Sum of RGB (Red+Green+Blue) = 247+128+218=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F780DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780DA is #087F25. Grayscale: #ADADAD. Windows color (decimal): -556838 or 14319863. OLE color: 14319863.

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

Color convert

RGB247128218-
CMYK00.480.120.03
HSL314.62º88.15%73.53%-
HSV(B)314.62º48.18%96.86%-
XYZ58.7340.2771.01-
YUV173.84152.92180.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.65%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=41.65%
G=21.59%
B=36.76%

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
Decimal24712821800.480.120.03314.6288.1573.53
HexF780DA030C313b584a
Octal367200332060143473130112
Binary111101111000000011011010011000011001110011101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780DA; }

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

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

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

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

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

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

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

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