#F387DF

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

Shades of Pale Magenta #F387DF

Tints of Pale Magenta #F387DF

Color information

#F387DF (or 0xF387DF) is unknown color: approx Pale Magenta. HEX triplet: F3, 87 and DF. RGB value is (243,135,223). Sum of RGB (Red+Green+Blue) = 243+135+223=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 135 (53.12% from 255 or 22.46% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F387DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387DF is #0C7820. Grayscale: #B1B1B1. Windows color (decimal): -817185 or 14649331. OLE color: 14649331.

HSL color Cylindrical-coordinate representation of color #F387DF: hue angle of 311.11º 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 #F387DF is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB243135223-
CMYK00.440.080.05
HSL311.11º81.82%74.12%-
HSV(B)311.11º44.44%95.29%-
XYZ58.9541.7174.76-
YUV177.32153.78174.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 135 (53.12% from 255) = 22.46%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=40.43%
G=22.46%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313522300.440.080.05311.1181.8274.12
HexF387DF02C85137524a
Octal363207337054105467122112
Binary1111001110000111110111110101100100010110011011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387DF; }

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

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

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

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

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

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

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

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