#F684DA

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

Shades of Pale Magenta #F684DA

Tints of Pale Magenta #F684DA

Color information

#F684DA (or 0xF684DA) is unknown color: approx Pale Magenta. HEX triplet: F6, 84 and DA. RGB value is (246,132,218). Sum of RGB (Red+Green+Blue) = 246+132+218=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F684DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684DA is #097B25. Grayscale: #AFAFAF. Windows color (decimal): -621350 or 14320886. OLE color: 14320886.

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

Color convert

RGB246132218-
CMYK00.460.110.04
HSL314.74º86.36%74.12%-
HSV(B)314.74º46.34%96.47%-
XYZ58.9141.1671.17-
YUV175.89151.77178.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.28%
GREEN value IS 132 (51.95% from 255) = 22.15%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=41.28%
G=22.15%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613221800.460.110.04314.7486.3674.12
HexF684DA02EB413b564a
Octal366204332056134473126112
Binary1111011010000100110110100101110101110010011101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F684DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F684DA; }

 p { color: rgb(246,132,218); }

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

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

 a { background-color: rgb(246,132,218); }

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

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

 span { border-color: rgb(246,132,218); }

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