#F786DA

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

Shades of Pale Magenta #F786DA

Tints of Pale Magenta #F786DA

Color information

#F786DA (or 0xF786DA) is unknown color: approx Pale Magenta. HEX triplet: F7, 86 and DA. RGB value is (247,134,218). Sum of RGB (Red+Green+Blue) = 247+134+218=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F786DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786DA is #087925. Grayscale: #B1B1B1. Windows color (decimal): -555302 or 14321399. OLE color: 14321399.

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

Color convert

RGB247134218-
CMYK00.460.120.03
HSL315.4º87.6%74.71%-
HSV(B)315.4º45.75%96.86%-
XYZ59.5441.8971.28-
YUV177.36150.94177.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.24%
GREEN value IS 134 (52.73% from 255) = 22.37%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=41.24%
G=22.37%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713421800.460.120.03315.487.674.71
HexF786DA02EC313b584b
Octal367206332056143473130113
Binary111101111000011011011010010111011001110011101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F786DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F786DA; }

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

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

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

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

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

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

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

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