#F889DC

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

Shades of Pale Magenta #F889DC

Tints of Pale Magenta #F889DC

Color information

#F889DC (or 0xF889DC) is unknown color: approx Pale Magenta. HEX triplet: F8, 89 and DC. RGB value is (248,137,220). Sum of RGB (Red+Green+Blue) = 248+137+220=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F889DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889DC is #077623. Grayscale: #B3B3B3. Windows color (decimal): -488996 or 14453240. OLE color: 14453240.

HSL color Cylindrical-coordinate representation of color #F889DC: hue angle of 315.14º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F889DC is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248137220-
CMYK00.450.110.03
HSL315.14º88.8%75.49%-
HSV(B)315.14º44.76%97.25%-
XYZ60.5843.0272.82-
YUV179.65150.77176.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 137 (53.91% from 255) = 22.64%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=40.99%
G=22.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813722000.450.110.03315.1488.875.49
HexF889DC02DB313b594b
Octal370211334055133473131113
Binary111110001000100111011100010110110111110011101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F889DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F889DC; }

 p { color: rgb(248,137,220); }

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

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

 a { background-color: rgb(248,137,220); }

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

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

 span { border-color: rgb(248,137,220); }

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