#F681EC

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

Shades of Pale Magenta #F681EC

Tints of Pale Magenta #F681EC

Color information

#F681EC (or 0xF681EC) is unknown color: approx Pale Magenta. HEX triplet: F6, 81 and EC. RGB value is (246,129,236). Sum of RGB (Red+Green+Blue) = 246+129+236=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 129 (50.78% from 255 or 21.11% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F681EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F681EC is #097E13. Grayscale: #AFAFAF. Windows color (decimal): -622100 or 15499766. OLE color: 15499766.

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

Color convert

RGB246129236-
CMYK00.480.040.04
HSL305.13º86.67%73.53%-
HSV(B)305.13º47.56%96.47%-
XYZ6141.3584.12-
YUV176.18161.76177.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 129 (50.78% from 255) = 21.11%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=40.26%
G=21.11%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612923600.480.040.04305.1386.6773.53
HexF681EC03044131574a
Octal36620135406044461127112
Binary111101101000000111101100011000010010010011000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F681EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F681EC; }

 p { color: rgb(246,129,236); }

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

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

 a { background-color: rgb(246,129,236); }

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

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

 span { border-color: rgb(246,129,236); }

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