#F890EC

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

Shades of Pale Magenta #F890EC

Tints of Pale Magenta #F890EC

Color information

#F890EC (or 0xF890EC) is unknown color: approx Pale Magenta. HEX triplet: F8, 90 and EC. RGB value is (248,144,236). Sum of RGB (Red+Green+Blue) = 248+144+236=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 144 (56.64% from 255 or 22.93% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F890EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890EC is #076F13. Grayscale: #B9B9B9. Windows color (decimal): -487188 or 15503608. OLE color: 15503608.

HSL color Cylindrical-coordinate representation of color #F890EC: hue angle of 306.92º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890EC is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248144236-
CMYK00.420.050.03
HSL306.92º88.14%76.86%-
HSV(B)306.92º41.94%97.25%-
XYZ63.8245.9684.86-
YUV185.58156.46172.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.49%
GREEN value IS 144 (56.64% from 255) = 22.93%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=39.49%
G=22.93%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814423600.420.050.03306.9288.1476.86
HexF890EC02A53133584d
Octal37022035405253463130115
Binary11111000100100001110110001010101011110011001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890EC; }

 p { color: rgb(248,144,236); }

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

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

 a { background-color: rgb(248,144,236); }

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

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

 span { border-color: rgb(248,144,236); }

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