#F693EB

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

Shades of Pale Magenta #F693EB

Tints of Pale Magenta #F693EB

Color information

#F693EB (or 0xF693EB) is unknown color: approx Pale Magenta. HEX triplet: F6, 93 and EB. RGB value is (246,147,235). Sum of RGB (Red+Green+Blue) = 246+147+235=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F693EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693EB is #096C14. Grayscale: #BABABA. Windows color (decimal): -617493 or 15438838. OLE color: 15438838.

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

Color convert

RGB246147235-
CMYK00.400.040.04
HSL306.67º84.62%77.06%-
HSV(B)306.67º40.24%96.47%-
XYZ63.4446.4684.22-
YUV186.63155.3170.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.17%
GREEN value IS 147 (57.81% from 255) = 23.41%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=39.17%
G=23.41%
B=37.42%

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
Decimal24614723500.400.040.04306.6784.6277.06
HexF693EB02844133554d
Octal36622335305044463125115
Binary111101101001001111101011010100010010010011001110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693EB; }

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

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

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

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

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

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

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

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