#F890E9

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

Shades of Pale Magenta #F890E9

Tints of Pale Magenta #F890E9

Color information

#F890E9 (or 0xF890E9) is unknown color: approx Pale Magenta. HEX triplet: F8, 90 and E9. RGB value is (248,144,233). Sum of RGB (Red+Green+Blue) = 248+144+233=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F890E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890E9 is #076F16. Grayscale: #B8B8B8. Windows color (decimal): -487191 or 15307000. OLE color: 15307000.

HSL color Cylindrical-coordinate representation of color #F890E9: hue angle of 308.65º 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 #F890E9 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248144233-
CMYK00.420.060.03
HSL308.65º88.14%76.86%-
HSV(B)308.65º41.94%97.25%-
XYZ63.3945.7982.59-
YUV185.24154.96172.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 144 (56.64% from 255) = 23.04%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=39.68%
G=23.04%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814423300.420.060.03308.6588.1476.86
HexF890E902A63135584d
Octal37022035105263465130115
Binary11111000100100001110100101010101101110011010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890E9; }

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

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

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

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

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

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

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

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