#F386E9

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

Shades of Pale Magenta #F386E9

Tints of Pale Magenta #F386E9

Color information

#F386E9 (or 0xF386E9) is unknown color: approx Pale Magenta. HEX triplet: F3, 86 and E9. RGB value is (243,134,233). Sum of RGB (Red+Green+Blue) = 243+134+233=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F386E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386E9 is #0C7916. Grayscale: #B1B1B1. Windows color (decimal): -817431 or 15304435. OLE color: 15304435.

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

Color convert

RGB243134233-
CMYK00.450.040.05
HSL305.5º81.95%73.92%-
HSV(B)305.5º44.86%95.29%-
XYZ60.241.9982.02-
YUV177.88159.11174.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 134 (52.73% from 255) = 21.97%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=39.84%
G=21.97%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313423300.450.040.05305.581.9573.92
HexF386E902D45132524a
Octal36320635105545462122112
Binary111100111000011011101001010110110010110011001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386E9; }

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

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

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

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

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

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

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

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