#F78BD8

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

Shades of Pale Magenta #F78BD8

Tints of Pale Magenta #F78BD8

Color information

#F78BD8 (or 0xF78BD8) is unknown color: approx Pale Magenta. HEX triplet: F7, 8B and D8. RGB value is (247,139,216). Sum of RGB (Red+Green+Blue) = 247+139+216=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BD8 is #087427. Grayscale: #B3B3B3. Windows color (decimal): -554024 or 14191607. OLE color: 14191607.

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

Color convert

RGB247139216-
CMYK00.440.130.03
HSL317.22º87.1%75.69%-
HSV(B)317.22º43.72%96.86%-
XYZ59.9943.270.14-
YUV180.07148.28175.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 139 (54.69% from 255) = 23.09%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=41.03%
G=23.09%
B=35.88%

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
Decimal24713921600.440.130.03317.2287.175.69
HexF78BD802CD313d574c
Octal367213330054153475127114
Binary111101111000101111011000010110011011110011110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78BD8; }

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

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

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

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

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

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

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

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