#F782D6

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

Shades of Pale Magenta #F782D6

Tints of Pale Magenta #F782D6

Color information

#F782D6 (or 0xF782D6) is unknown color: approx Pale Magenta. HEX triplet: F7, 82 and D6. RGB value is (247,130,214). Sum of RGB (Red+Green+Blue) = 247+130+214=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F782D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782D6 is #087D29. Grayscale: #AEAEAE. Windows color (decimal): -556330 or 14058231. OLE color: 14058231.

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

Color convert

RGB247130214-
CMYK00.470.130.03
HSL316.92º87.97%73.92%-
HSV(B)316.92º47.37%96.86%-
XYZ58.4840.5968.37-
YUV174.56150.26179.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.79%
GREEN value IS 130 (51.17% from 255) = 22.00%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=41.79%
G=22.00%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713021400.470.130.03316.9287.9773.92
HexF782D602FD313d584a
Octal367202326057153475130112
Binary111101111000001011010110010111111011110011110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782D6; }

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

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

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

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

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

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

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

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