#F386F3

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

Shades of Violet #F386F3

Tints of Violet #F386F3

Color information

#F386F3 (or 0xF386F3) is unknown color: approx Violet. HEX triplet: F3, 86 and F3. RGB value is (243,134,243). Sum of RGB (Red+Green+Blue) = 243+134+243=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 134 (52.73% from 255 or 21.61% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F386F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386F3 is #0C790C. Grayscale: #B2B2B2. Windows color (decimal): -817421 or 15959795. OLE color: 15959795.

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

Color convert

RGB243134243-
CMYK00.4500.05
HSL300º81.95%73.92%-
HSV(B)300º44.86%95.29%-
XYZ61.6642.5889.76-
YUV179.02164.11173.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 134 (52.73% from 255) = 21.61%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=39.19%
G=21.61%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313424300.4500.0530081.9573.92
HexF386F302D0512c524a
Octal36320636305505454122112
Binary1111001110000110111100110101101010110010110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386F3; }

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

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

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

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

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

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

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

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