#F685DA

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

Shades of Pale Magenta #F685DA

Tints of Pale Magenta #F685DA

Color information

#F685DA (or 0xF685DA) is unknown color: approx Pale Magenta. HEX triplet: F6, 85 and DA. RGB value is (246,133,218). Sum of RGB (Red+Green+Blue) = 246+133+218=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F685DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685DA is #097A25. Grayscale: #B0B0B0. Windows color (decimal): -621094 or 14321142. OLE color: 14321142.

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

Color convert

RGB246133218-
CMYK00.460.110.04
HSL314.87º86.26%74.31%-
HSV(B)314.87º45.93%96.47%-
XYZ59.0541.4371.21-
YUV176.48151.44177.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.21%
GREEN value IS 133 (52.34% from 255) = 22.28%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=41.21%
G=22.28%
B=36.52%

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
Decimal24613321800.460.110.04314.8786.2674.31
HexF685DA02EB413b564a
Octal366205332056134473126112
Binary1111011010000101110110100101110101110010011101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F685DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F685DA; }

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

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

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

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

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

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

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

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