#F386E0

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

Shades of Pale Magenta #F386E0

Tints of Pale Magenta #F386E0

Color information

#F386E0 (or 0xF386E0) is unknown color: approx Pale Magenta. HEX triplet: F3, 86 and E0. RGB value is (243,134,224). Sum of RGB (Red+Green+Blue) = 243+134+224=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F386E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386E0 is #0C791F. Grayscale: #B0B0B0. Windows color (decimal): -817440 or 14714611. OLE color: 14714611.

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

Color convert

RGB243134224-
CMYK00.450.080.05
HSL310.46º81.95%73.92%-
HSV(B)310.46º44.86%95.29%-
XYZ58.9441.4975.42-
YUV176.85154.61175.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 134 (52.73% from 255) = 22.30%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=40.43%
G=22.30%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313422400.450.080.05310.4681.9573.92
HexF386E002D85136524a
Octal363206340055105466122112
Binary1111001110000110111000000101101100010110011011010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386E0; }

 p { color: rgb(243,134,224); }

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

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

 a { background-color: rgb(243,134,224); }

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

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

 span { border-color: rgb(243,134,224); }

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