#F682D6

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

Shades of Pale Magenta #F682D6

Tints of Pale Magenta #F682D6

Color information

#F682D6 (or 0xF682D6) is unknown color: approx Pale Magenta. HEX triplet: F6, 82 and D6. RGB value is (246,130,214). Sum of RGB (Red+Green+Blue) = 246+130+214=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F682D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682D6 is #097D29. Grayscale: #AEAEAE. Windows color (decimal): -621866 or 14058230. OLE color: 14058230.

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

Color convert

RGB246130214-
CMYK00.470.130.04
HSL316.55º86.57%73.73%-
HSV(B)316.55º47.15%96.47%-
XYZ58.1340.4168.36-
YUV174.26150.43179.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.69%
GREEN value IS 130 (51.17% from 255) = 22.03%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=41.69%
G=22.03%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613021400.470.130.04316.5586.5773.73
HexF682D602FD413d574a
Octal366202326057154475127112
Binary1111011010000010110101100101111110110010011110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F682D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F682D6; }

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

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

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

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

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

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

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

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