#F890EA

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

Shades of Pale Magenta #F890EA

Tints of Pale Magenta #F890EA

Color information

#F890EA (or 0xF890EA) is unknown color: approx Pale Magenta. HEX triplet: F8, 90 and EA. RGB value is (248,144,234). Sum of RGB (Red+Green+Blue) = 248+144+234=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F890EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890EA is #076F15. Grayscale: #B9B9B9. Windows color (decimal): -487190 or 15372536. OLE color: 15372536.

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

Color convert

RGB248144234-
CMYK00.420.060.03
HSL308.08º88.14%76.86%-
HSV(B)308.08º41.94%97.25%-
XYZ63.5445.8483.34-
YUV185.36155.46172.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 144 (56.64% from 255) = 23.00%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=39.62%
G=23.00%
B=37.38%

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
Decimal24814423400.420.060.03308.0888.1476.86
HexF890EA02A63134584d
Octal37022035205263464130115
Binary11111000100100001110101001010101101110011010010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890EA; }

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

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

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

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

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

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

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

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