#F78AD8

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

Shades of Pale Magenta #F78AD8

Tints of Pale Magenta #F78AD8

Color information

#F78AD8 (or 0xF78AD8) is unknown color: approx Pale Magenta. HEX triplet: F7, 8A and D8. RGB value is (247,138,216). Sum of RGB (Red+Green+Blue) = 247+138+216=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AD8 is #087527. Grayscale: #B3B3B3. Windows color (decimal): -554280 or 14191351. OLE color: 14191351.

HSL color Cylindrical-coordinate representation of color #F78AD8: hue angle of 317.06º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78AD8 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247138216-
CMYK00.440.130.03
HSL317.06º87.2%75.49%-
HSV(B)317.06º44.13%96.86%-
XYZ59.8442.9170.09-
YUV179.48148.61176.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=41.10%
G=22.96%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713821600.440.130.03317.0687.275.49
HexF78AD802CD313d574b
Octal367212330054153475127113
Binary111101111000101011011000010110011011110011110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AD8; }

 p { color: rgb(247,138,216); }

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

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

 a { background-color: rgb(247,138,216); }

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

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

 span { border-color: rgb(247,138,216); }

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