#F78AD6

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

Shades of Pale Magenta #F78AD6

Tints of Pale Magenta #F78AD6

Color information

#F78AD6 (or 0xF78AD6) is unknown color: approx Pale Magenta. HEX triplet: F7, 8A and D6. RGB value is (247,138,214). Sum of RGB (Red+Green+Blue) = 247+138+214=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AD6 is #087529. Grayscale: #B3B3B3. Windows color (decimal): -554282 or 14060279. OLE color: 14060279.

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

Color convert

RGB247138214-
CMYK00.440.130.03
HSL318.17º87.2%75.49%-
HSV(B)318.17º44.13%96.86%-
XYZ59.5842.8168.74-
YUV179.26147.61176.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.24%
GREEN value IS 138 (54.30% from 255) = 23.04%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=41.24%
G=23.04%
B=35.73%

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
Decimal24713821400.440.130.03318.1787.275.49
HexF78AD602CD313e574b
Octal367212326054153476127113
Binary111101111000101011010110010110011011110011111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AD6; }

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

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

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

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

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

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

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

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