#F989E4

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

Shades of Pale Magenta #F989E4

Tints of Pale Magenta #F989E4

Color information

#F989E4 (or 0xF989E4) is unknown color: approx Pale Magenta. HEX triplet: F9, 89 and E4. RGB value is (249,137,228). Sum of RGB (Red+Green+Blue) = 249+137+228=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 137 (53.91% from 255 or 22.31% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F989E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989E4 is #06761B. Grayscale: #B4B4B4. Windows color (decimal): -423452 or 14977529. OLE color: 14977529.

HSL color Cylindrical-coordinate representation of color #F989E4: hue angle of 311.25º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F989E4 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB249137228-
CMYK00.450.080.02
HSL311.25º90.32%75.69%-
HSV(B)311.25º44.98%97.65%-
XYZ62.0243.6378.55-
YUV180.86154.61176.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.55%
GREEN value IS 137 (53.91% from 255) = 22.31%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=40.55%
G=22.31%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913722800.450.080.02311.2590.3275.69
HexF989E402D821375a4c
Octal371211344055102467132114
Binary111110011000100111100100010110110001010011011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F989E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F989E4; }

 p { color: rgb(249,137,228); }

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

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

 a { background-color: rgb(249,137,228); }

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

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

 span { border-color: rgb(249,137,228); }

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