#f890e4

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

Shades of Pale Magenta #F890E4

Tints of Pale Magenta #F890E4

Color information

#F890E4 (or 0xF890E4) is unknown color: approx Pale Magenta. HEX triplet: F8, 90 and E4. RGB value is (248,144,228). Sum of RGB (Red+Green+Blue) = 248+144+228=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F890E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890E4 is #076F1B. Grayscale: #B8B8B8. Windows color (decimal): -487196 or 14979320. OLE color: 14979320.

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

Color convert

RGB248144228-
CMYK00.420.080.03
HSL311.54º88.14%76.86%-
HSV(B)311.54º41.94%97.25%-
XYZ62.6945.578.88-
YUV184.67152.46173.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=40%
G=23.23%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814422800.420.080.03311.5488.1476.86
HexF890E402A83138584d
Octal370220344052103470130115
Binary111110001001000011100100010101010001110011100010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f890e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f890e4; }

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

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

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

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

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

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

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

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