#F891EB

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

Shades of Pale Magenta #F891EB

Tints of Pale Magenta #F891EB

Color information

#F891EB (or 0xF891EB) is unknown color: approx Pale Magenta. HEX triplet: F8, 91 and EB. RGB value is (248,145,235). Sum of RGB (Red+Green+Blue) = 248+145+235=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 145 (57.03% from 255 or 23.09% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F891EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F891EB is #076E14. Grayscale: #B9B9B9. Windows color (decimal): -486933 or 15438328. OLE color: 15438328.

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

Color convert

RGB248145235-
CMYK00.420.050.03
HSL307.57º88.03%77.06%-
HSV(B)307.57º41.53%97.25%-
XYZ63.8346.2184.15-
YUV186.06155.62172.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.49%
GREEN value IS 145 (57.03% from 255) = 23.09%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=39.49%
G=23.09%
B=37.42%

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
Decimal24814523500.420.050.03307.5788.0377.06
HexF891EB02A53134584d
Octal37022135305253464130115
Binary11111000100100011110101101010101011110011010010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F891EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F891EB; }

 p { color: rgb(248,145,235); }

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

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

 a { background-color: rgb(248,145,235); }

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

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

 span { border-color: rgb(248,145,235); }

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