#F787DC

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

Shades of Pale Magenta #F787DC

Tints of Pale Magenta #F787DC

Color information

#F787DC (or 0xF787DC) is unknown color: approx Pale Magenta. HEX triplet: F7, 87 and DC. RGB value is (247,135,220). Sum of RGB (Red+Green+Blue) = 247+135+220=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 135 (53.12% from 255 or 22.43% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F787DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F787DC is #087823. Grayscale: #B1B1B1. Windows color (decimal): -555044 or 14452727. OLE color: 14452727.

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

Color convert

RGB247135220-
CMYK00.450.110.03
HSL314.46º87.5%74.9%-
HSV(B)314.46º45.34%96.86%-
XYZ59.9442.2772.71-
YUV178.18151.61177.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 135 (53.12% from 255) = 22.43%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=41.03%
G=22.43%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713522000.450.110.03314.4687.574.9
HexF787DC02DB313a584b
Octal367207334055133472130113
Binary111101111000011111011100010110110111110011101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F787DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F787DC; }

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

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

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

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

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

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

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

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