#F78BD6

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

Shades of Pale Magenta #F78BD6

Tints of Pale Magenta #F78BD6

Color information

#F78BD6 (or 0xF78BD6) is unknown color: approx Pale Magenta. HEX triplet: F7, 8B and D6. RGB value is (247,139,214). Sum of RGB (Red+Green+Blue) = 247+139+214=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BD6 is #087429. Grayscale: #B3B3B3. Windows color (decimal): -554026 or 14060535. OLE color: 14060535.

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

Color convert

RGB247139214-
CMYK00.440.130.03
HSL318.33º87.1%75.69%-
HSV(B)318.33º43.72%96.86%-
XYZ59.7343.0968.79-
YUV179.84147.28175.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 139 (54.69% from 255) = 23.17%
BLUE value IS 214 (83.98% from 255) = 35.67%
R=41.17%
G=23.17%
B=35.67%

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
Decimal24713921400.440.130.03318.3387.175.69
HexF78BD602CD313e574c
Octal367213326054153476127114
Binary111101111000101111010110010110011011110011111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78BD6; }

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

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

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

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

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

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

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

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