#F890E7

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

Shades of Pale Magenta #F890E7

Tints of Pale Magenta #F890E7

Color information

#F890E7 (or 0xF890E7) is unknown color: approx Pale Magenta. HEX triplet: F8, 90 and E7. RGB value is (248,144,231). Sum of RGB (Red+Green+Blue) = 248+144+231=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F890E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890E7 is #076F18. Grayscale: #B8B8B8. Windows color (decimal): -487193 or 15175928. OLE color: 15175928.

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

Color convert

RGB248144231-
CMYK00.420.070.03
HSL309.81º88.14%76.86%-
HSV(B)309.81º41.94%97.25%-
XYZ63.1145.6781.09-
YUV185.01153.96172.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.81%
GREEN value IS 144 (56.64% from 255) = 23.11%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=39.81%
G=23.11%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814423100.420.070.03309.8188.1476.86
HexF890E702A73136584d
Octal37022034705273466130115
Binary11111000100100001110011101010101111110011011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890E7; }

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

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

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

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

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

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

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

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