#F685EA

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

Shades of Pale Magenta #F685EA

Tints of Pale Magenta #F685EA

Color information

#F685EA (or 0xF685EA) is unknown color: approx Pale Magenta. HEX triplet: F6, 85 and EA. RGB value is (246,133,234). Sum of RGB (Red+Green+Blue) = 246+133+234=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F685EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F685EA is #097A15. Grayscale: #B2B2B2. Windows color (decimal): -621078 or 15369718. OLE color: 15369718.

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

Color convert

RGB246133234-
CMYK00.460.050.04
HSL306.37º86.26%74.31%-
HSV(B)306.37º45.93%96.47%-
XYZ61.2442.3182.78-
YUV178.3159.44176.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 133 (52.34% from 255) = 21.70%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=40.13%
G=21.70%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613323400.460.050.04306.3786.2674.31
HexF685EA02E54132564a
Octal36620535205654462126112
Binary111101101000010111101010010111010110010011001010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F685EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F685EA; }

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

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

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

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

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

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

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

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