#F689EA

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

Shades of Pale Magenta #F689EA

Tints of Pale Magenta #F689EA

Color information

#F689EA (or 0xF689EA) is unknown color: approx Pale Magenta. HEX triplet: F6, 89 and EA. RGB value is (246,137,234). Sum of RGB (Red+Green+Blue) = 246+137+234=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 137 (53.91% from 255 or 22.20% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F689EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F689EA is #097615. Grayscale: #B4B4B4. Windows color (decimal): -620054 or 15370742. OLE color: 15370742.

HSL color Cylindrical-coordinate representation of color #F689EA: hue angle of 306.61º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F689EA is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB246137234-
CMYK00.440.050.04
HSL306.61º85.83%75.1%-
HSV(B)306.61º44.31%96.47%-
XYZ61.843.4282.97-
YUV180.65158.11174.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 137 (53.91% from 255) = 22.20%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=39.87%
G=22.20%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613723400.440.050.04306.6185.8375.1
HexF689EA02C54133564b
Octal36621135205454463126113
Binary111101101000100111101010010110010110010011001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F689EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F689EA; }

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

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

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

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

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

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

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

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