#F693EC

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

Shades of Pale Magenta #F693EC

Tints of Pale Magenta #F693EC

Color information

#F693EC (or 0xF693EC) is unknown color: approx Pale Magenta. HEX triplet: F6, 93 and EC. RGB value is (246,147,236). Sum of RGB (Red+Green+Blue) = 246+147+236=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F693EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693EC is #096C13. Grayscale: #BABABA. Windows color (decimal): -617492 or 15504374. OLE color: 15504374.

HSL color Cylindrical-coordinate representation of color #F693EC: hue angle of 306.06º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693EC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246147236-
CMYK00.400.040.04
HSL306.06º84.62%77.06%-
HSV(B)306.06º40.24%96.47%-
XYZ63.5846.5284.98-
YUV186.75155.8170.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.11%
GREEN value IS 147 (57.81% from 255) = 23.37%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=39.11%
G=23.37%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614723600.400.040.04306.0684.6277.06
HexF693EC02844132554d
Octal36622335405044462125115
Binary111101101001001111101100010100010010010011001010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693EC; }

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

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

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

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

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

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

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

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