#F786DC

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

Shades of Pale Magenta #F786DC

Tints of Pale Magenta #F786DC

Color information

#F786DC (or 0xF786DC) is unknown color: approx Pale Magenta. HEX triplet: F7, 86 and DC. RGB value is (247,134,220). Sum of RGB (Red+Green+Blue) = 247+134+220=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F786DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786DC is #087923. Grayscale: #B1B1B1. Windows color (decimal): -555300 or 14452471. OLE color: 14452471.

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

Color convert

RGB247134220-
CMYK00.460.110.03
HSL314.34º87.6%74.71%-
HSV(B)314.34º45.75%96.86%-
XYZ59.841.9972.66-
YUV177.59151.94177.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 134 (52.73% from 255) = 22.30%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=41.10%
G=22.30%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713422000.460.110.03314.3487.674.71
HexF786DC02EB313a584b
Octal367206334056133472130113
Binary111101111000011011011100010111010111110011101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F786DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F786DC; }

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

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

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

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

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

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

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

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