#F389DC

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

Shades of Pale Magenta #F389DC

Tints of Pale Magenta #F389DC

Color information

#F389DC (or 0xF389DC) is unknown color: approx Pale Magenta. HEX triplet: F3, 89 and DC. RGB value is (243,137,220). Sum of RGB (Red+Green+Blue) = 243+137+220=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 137 (53.91% from 255 or 22.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F389DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389DC is #0C7623. Grayscale: #B1B1B1. Windows color (decimal): -816676 or 14453235. OLE color: 14453235.

HSL color Cylindrical-coordinate representation of color #F389DC: hue angle of 313.02º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F389DC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243137220-
CMYK00.440.090.05
HSL313.02º81.54%74.51%-
HSV(B)313.02º43.62%95.29%-
XYZ58.8342.1172.74-
YUV178.16151.62174.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 137 (53.91% from 255) = 22.83%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=40.5%
G=22.83%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313722000.440.090.05313.0281.5474.51
HexF389DC02C95139524b
Octal363211334054115471122113
Binary1111001110001001110111000101100100110110011100110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F389DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F389DC; }

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

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

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

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

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

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

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

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