#F387DC

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

Shades of Pale Magenta #F387DC

Tints of Pale Magenta #F387DC

Color information

#F387DC (or 0xF387DC) is unknown color: approx Pale Magenta. HEX triplet: F3, 87 and DC. RGB value is (243,135,220). Sum of RGB (Red+Green+Blue) = 243+135+220=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F387DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387DC is #0C7823. Grayscale: #B0B0B0. Windows color (decimal): -817188 or 14452723. OLE color: 14452723.

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

Color convert

RGB243135220-
CMYK00.440.090.05
HSL312.78º81.82%74.12%-
HSV(B)312.78º44.44%95.29%-
XYZ58.5441.5572.64-
YUV176.98152.28175.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 135 (53.12% from 255) = 22.58%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=40.64%
G=22.58%
B=36.79%

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
Decimal24313522000.440.090.05312.7881.8274.12
HexF387DC02C95139524a
Octal363207334054115471122112
Binary1111001110000111110111000101100100110110011100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387DC; }

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

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

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

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

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

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

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

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