#F684EA

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

Shades of Pale Magenta #F684EA

Tints of Pale Magenta #F684EA

Color information

#F684EA (or 0xF684EA) is unknown color: approx Pale Magenta. HEX triplet: F6, 84 and EA. RGB value is (246,132,234). Sum of RGB (Red+Green+Blue) = 246+132+234=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F684EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F684EA is #097B15. Grayscale: #B1B1B1. Windows color (decimal): -621334 or 15369462. OLE color: 15369462.

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

Color convert

RGB246132234-
CMYK00.460.050.04
HSL306.32º86.36%74.12%-
HSV(B)306.32º46.34%96.47%-
XYZ61.1142.0482.73-
YUV177.71159.77176.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.20%
GREEN value IS 132 (51.95% from 255) = 21.57%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=40.20%
G=21.57%
B=38.24%

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
Decimal24613223400.460.050.04306.3286.3674.12
HexF684EA02E54132564a
Octal36620435205654462126112
Binary111101101000010011101010010111010110010011001010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F684EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F684EA; }

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

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

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

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

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

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

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

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