#F890ED

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

Shades of Pale Magenta #F890ED

Tints of Pale Magenta #F890ED

Color information

#F890ED (or 0xF890ED) is unknown color: approx Pale Magenta. HEX triplet: F8, 90 and ED. RGB value is (248,144,237). Sum of RGB (Red+Green+Blue) = 248+144+237=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F890ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890ED is #076F12. Grayscale: #B9B9B9. Windows color (decimal): -487187 or 15569144. OLE color: 15569144.

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

Color convert

RGB248144237-
CMYK00.420.040.03
HSL306.35º88.14%76.86%-
HSV(B)306.35º41.94%97.25%-
XYZ63.9746.0285.63-
YUV185.7156.96172.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 144 (56.64% from 255) = 22.89%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=39.43%
G=22.89%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814423700.420.040.03306.3588.1476.86
HexF890ED02A43132584d
Octal37022035505243462130115
Binary11111000100100001110110101010101001110011001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890ED; }

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

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

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

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

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

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

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

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