#F387DE

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

Shades of Pale Magenta #F387DE

Tints of Pale Magenta #F387DE

Color information

#F387DE (or 0xF387DE) is unknown color: approx Pale Magenta. HEX triplet: F3, 87 and DE. RGB value is (243,135,222). Sum of RGB (Red+Green+Blue) = 243+135+222=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 135 (53.12% from 255 or 22.5% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F387DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387DE is #0C7821. Grayscale: #B0B0B0. Windows color (decimal): -817186 or 14583795. OLE color: 14583795.

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

Color convert

RGB243135222-
CMYK00.440.090.05
HSL311.67º81.82%74.12%-
HSV(B)311.67º44.44%95.29%-
XYZ58.8141.6674.05-
YUV177.21153.28174.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 135 (53.12% from 255) = 22.5%
BLUE value IS 222 (87.11% from 255) = 37%
R=40.5%
G=22.5%
B=37%

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
Decimal24313522200.440.090.05311.6781.8274.12
HexF387DE02C95138524a
Octal363207336054115470122112
Binary1111001110000111110111100101100100110110011100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387DE; }

 p { color: rgb(243,135,222); }

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

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

 a { background-color: rgb(243,135,222); }

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

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

 span { border-color: rgb(243,135,222); }

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