#F386E8

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

Shades of Pale Magenta #F386E8

Tints of Pale Magenta #F386E8

Color information

#F386E8 (or 0xF386E8) is unknown color: approx Pale Magenta. HEX triplet: F3, 86 and E8. RGB value is (243,134,232). Sum of RGB (Red+Green+Blue) = 243+134+232=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F386E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386E8 is #0C7917. Grayscale: #B1B1B1. Windows color (decimal): -817432 or 15238899. OLE color: 15238899.

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

Color convert

RGB243134232-
CMYK00.450.050.05
HSL306.06º81.95%73.92%-
HSV(B)306.06º44.86%95.29%-
XYZ60.0541.9381.27-
YUV177.76158.61174.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 134 (52.73% from 255) = 22.00%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=39.90%
G=22.00%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313423200.450.050.05306.0681.9573.92
HexF386E802D55132524a
Octal36320635005555462122112
Binary111100111000011011101000010110110110110011001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386E8; }

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

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

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

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

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

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

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

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